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