diff options
author | tholo <> | 1996-08-14 04:18:55 +0000 |
---|---|---|
committer | tholo <> | 1996-08-14 04:18:55 +0000 |
commit | 68389754d2afbc35f700de434b25b47b34a72a1a (patch) | |
tree | 13922b52ed9596395cd02711e4e99f60dde6020a /src | |
parent | c5a1b4d9da32bcba1eba8a28eaf49051da6896dc (diff) | |
download | openbsd-68389754d2afbc35f700de434b25b47b34a72a1a.tar.gz openbsd-68389754d2afbc35f700de434b25b47b34a72a1a.tar.bz2 openbsd-68389754d2afbc35f700de434b25b47b34a72a1a.zip |
Install iso_addr(3) man page
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 6c1f2926c0..dcaebd2376 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -18,8 +18,8 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ | |||
18 | 18 | ||
19 | .include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" | 19 | .include "${.CURDIR}/arch/${MACHINE_ARCH}/net/Makefile.inc" |
20 | 20 | ||
21 | MAN+= byteorder.3 gethostbyname.3 getnetent.3 getprotoent.3 getservent.3 \ | 21 | MAN+= byteorder.3 ethers.3 gethostbyname.3 getnetent.3 getprotoent.3 \ |
22 | inet.3 link_addr.3 ns.3 rcmd.3 resolver.3 ethers.3 | 22 | getservent.3 inet.3 iso_addr.3 link_addr.3 ns.3 rcmd.3 resolver.3 |
23 | 23 | ||
24 | MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ | 24 | MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ |
25 | byteorder.3 ntohs.3 | 25 | byteorder.3 ntohs.3 |
@@ -38,6 +38,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ | |||
38 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ | 38 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ |
39 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ | 39 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ |
40 | inet.3 ntoa.3 | 40 | inet.3 ntoa.3 |
41 | MLINKS+=iso_addr.3 iso_ntoa.3 | ||
41 | MLINKS+=link_addr.3 link_ntoa.3 | 42 | MLINKS+=link_addr.3 link_ntoa.3 |
42 | MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 | 43 | MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 |
43 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 | 44 | MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 |