summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-11-05 14:55:09 +0000
committerps <ps@FreeBSD.org>2000-11-05 14:55:09 +0000
commit26690141b4259c56d15afa46616002f9768ab9f2 (patch)
tree8e8b021a79aeb98464bfd2dcf503d2ca72c0668d /lib/libstand
parent3bf3c42bf761add504ba3043caba774aca3c5a19 (diff)
downloadFreeBSD-src-26690141b4259c56d15afa46616002f9768ab9f2.zip
FreeBSD-src-26690141b4259c56d15afa46616002f9768ab9f2.tar.gz
Honor the ip address given in the root-path dhcp option.
PR: 21743 Submitted by: Brian Candler <B.Candler@pobox.com>
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 75e95af..7d2a2ca 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
OpenPOWER on IntegriCloud