diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 4272b1ddde..e1adae4693 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.10 1997/04/13 22:37:17 provos Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.11 1997/06/23 03:37:24 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 |
@@ -20,8 +20,8 @@ SRCS+= base64.c gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ | |||
20 | .include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" | 20 | .include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" |
21 | 21 | ||
22 | MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \ | 22 | MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \ |
23 | getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 ipx.3 rcmd.3 rcmdsh.3 \ | 23 | getservent.3 inet.3 inet_net.3 iso_addr.3 link_addr.3 ns.3 ipx.3 \ |
24 | resolver.3 | 24 | rcmd.3 rcmdsh.3 resolver.3 |
25 | 25 | ||
26 | MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ | 26 | MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ |
27 | byteorder.3 ntohs.3 | 27 | byteorder.3 ntohs.3 |