View | Details | Raw Unified | Return to bug 21743
Collapse All | Expand All

(-)lib/libstand/Makefile Wed Oct 4 10:44:16 2000 (-5 / +1 lines)
Lines 86-95 Link Here
86
               ${.ALLSRC} > ${.TARGET}
86
               ${.ALLSRC} > ${.TARGET}
87
.endif
87
.endif
88
88
89
# network support from libc
90
.PATH: ${.CURDIR}/../libc/net
91
SRCS+= inet_ntoa.c inet_addr.c
92
93
# _setjmp/_longjmp
89
# _setjmp/_longjmp
94
.PATH: ${.CURDIR}/${MACHINE_ARCH}
90
.PATH: ${.CURDIR}/${MACHINE_ARCH}
95
SRCS+= _setjmp.S
91
SRCS+= _setjmp.S
Lines 107-113 Link Here
107
       fstat.c close.c lseek.c open.c read.c write.c readdir.c
103
       fstat.c close.c lseek.c open.c read.c write.c readdir.c
108
104
109
# network routines
105
# network routines
110
SRCS+= arp.c ether.c in_cksum.c net.c udp.c netif.c rpc.c
106
SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
111
107
112
# network info services:
108
# network info services:
113
SRCS+= bootp.c rarp.c bootparam.c
109
SRCS+= bootp.c rarp.c bootparam.c

Return to bug 21743