* Patch by Masami Komiy, 22 Feb 2004:

Add support for NFS for file download

* Minor code cleanup
This commit is contained in:
wdenk
2004-02-24 02:00:03 +00:00
parent 074cff0d28
commit cbd8a35c6d
24 changed files with 921 additions and 29 deletions

View File

@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = libnet.a
OBJS = net.o tftp.o bootp.o rarp.o eth.o
OBJS = net.o tftp.o bootp.o rarp.o eth.o nfs.o
all: $(LIB)
$(LIB): $(START) $(OBJS)