MCONFIG is optional; MRULES is not

This commit is contained in:
hpa 2001-07-26 22:43:44 +00:00
parent 76dce2735e
commit 576277e880
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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)