mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-27 18:39:53 +03:00
MCONFIG is optional; MRULES is not
This commit is contained in:
parent
76dce2735e
commit
576277e880
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Extra functions which may not be available everywhere
|
||||
#
|
||||
|
||||
include ../MCONFIG
|
||||
-include ../MCONFIG
|
||||
include ../MRULES
|
||||
|
||||
all: libxtra.a
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
all: tftp
|
||||
|
||||
-include ../MCONFIG
|
||||
-include ../MRULES
|
||||
include ../MRULES
|
||||
|
||||
OBJS = tftp.o main.o tftpsubs.o
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
all: tftpd
|
||||
|
||||
-include ../MCONFIG
|
||||
-include ../MRULES
|
||||
include ../MRULES
|
||||
|
||||
OBJS = tftpd.o tftpsubs.o recvfrom.o misc.o $(TFTPDOBJS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue