forked from mirrors/tftp-hpa-google
Initial step in integrating regex-based rewrite engine.
This commit is contained in:
parent
4d0dd611ae
commit
20271a4c87
8 changed files with 344 additions and 9 deletions
|
@ -3,7 +3,7 @@ all: tftpd
|
|||
-include ../MCONFIG
|
||||
-include ../MRULES
|
||||
|
||||
OBJS = tftpd.o tftpsubs.o recvfrom.o
|
||||
OBJS = tftpd.o tftpsubs.o recvfrom.o $(TFTPDOBJS)
|
||||
|
||||
tftpd: $(OBJS)
|
||||
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue