diff options
author | 1997-07-28 16:27:16 +0000 | |
---|---|---|
committer | 1997-07-28 16:27:16 +0000 | |
commit | fe72350772cc4bbcee9bec03f2632ce4b58632ed (patch) | |
tree | dd06a4c2e54e9d7d3793f27cd2ba2c5fe186dc7f /lib/libc/net | |
parent | Make struct in_addr contain an in_addr_t since that's what (diff) | |
download | wireguard-openbsd-fe72350772cc4bbcee9bec03f2632ce4b58632ed.tar.xz wireguard-openbsd-fe72350772cc4bbcee9bec03f2632ce4b58632ed.zip |
Install inet(3) page as inet_{ntop,pton}(3) pages too
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index ce2cf0162e3..4382cc6755d 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 1997/07/07 22:16:47 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.13 1997/07/28 16:27:16 niklas Exp $ # net sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net @@ -41,7 +41,7 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ - inet.3 ntoa.3 + inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 MLINKS+=iso_addr.3 iso_ntoa.3 MLINKS+=link_addr.3 link_ntoa.3 MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 |