forked from mirrors/tftp-hpa-google
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
|
# Extra functions which may not be available everywhere
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../MCONFIG
|
-include ../MCONFIG
|
||||||
include ../MRULES
|
include ../MRULES
|
||||||
|
|
||||||
all: libxtra.a
|
all: libxtra.a
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
all: tftp
|
all: tftp
|
||||||
|
|
||||||
-include ../MCONFIG
|
-include ../MCONFIG
|
||||||
-include ../MRULES
|
include ../MRULES
|
||||||
|
|
||||||
OBJS = tftp.o main.o tftpsubs.o
|
OBJS = tftp.o main.o tftpsubs.o
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
all: tftpd
|
all: tftpd
|
||||||
|
|
||||||
-include ../MCONFIG
|
-include ../MCONFIG
|
||||||
-include ../MRULES
|
include ../MRULES
|
||||||
|
|
||||||
OBJS = tftpd.o tftpsubs.o recvfrom.o misc.o $(TFTPDOBJS)
|
OBJS = tftpd.o tftpsubs.o recvfrom.o misc.o $(TFTPDOBJS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue