summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r--src/lib/libc/net/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc
index 708684876a..04831f4f2d 100644
--- a/src/lib/libc/net/Makefile.inc
+++ b/src/lib/libc/net/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.7 1996/08/22 20:11:19 millert Exp $ 1# $OpenBSD: Makefile.inc,v 1.8 1996/09/01 21:25:34 millert Exp $
2 2
3# net sources 3# net sources
4.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net 4.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net
@@ -19,7 +19,8 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \
19.include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" 19.include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc"
20 20
21MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \ 21MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \
22 getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 ipx.3 rcmd.3 resolver.3 22 getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 ipx.3 rcmd.3 rcmdsh.3 \
23 resolver.3
23 24
24MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 25MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
25 byteorder.3 ntohs.3 26 byteorder.3 ntohs.3