commit | be9c1cb77f71254648cbee9489e62a130e02f311 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Tue Feb 24 02:00:03 2004 +0000 |
committer | wdenk <wdenk> | Tue Feb 24 02:00:03 2004 +0000 |
tree | f3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 | |
parent | b98ac28355c43ed27ace080192304b89b0ff3962 [diff] [blame] |
* Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download * Minor code cleanup
diff --git a/net/Makefile b/net/Makefile index b899d7b..cf25a0f 100644 --- a/net/Makefile +++ b/net/Makefile
@@ -27,7 +27,7 @@ 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)