diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-11-05 14:55:09 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-11-05 14:55:09 +0000 |
| commit | 3d122d8e2c127e503a873b8a10b24c709a289bf6 (patch) | |
| tree | 7fd2af4bb88a62b2a4db252dabb96f69a171d2e7 /lib/libstand | |
| parent | 5c84db52585a99175a862d42b869c1d074e96138 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 75e95af4b269..7d2a2ca1c63c 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -93,10 +93,6 @@ __reml.S: ${.CURDIR}/../libc/alpha/gen/divrem.m4 ${.ALLSRC} > ${.TARGET} .endif -# network support from libc -.PATH: ${.CURDIR}/../libc/net -SRCS+= inet_ntoa.c inet_addr.c - # _setjmp/_longjmp .PATH: ${.CURDIR}/${MACHINE_ARCH} SRCS+= _setjmp.S @@ -114,7 +110,7 @@ SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c \ fstat.c close.c lseek.c open.c read.c write.c readdir.c # network routines -SRCS+= arp.c ether.c in_cksum.c net.c udp.c netif.c rpc.c +SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c # network info services: SRCS+= bootp.c rarp.c bootparam.c |
