diff options
author | niklas <> | 1997-07-28 16:27:16 +0000 |
---|---|---|
committer | niklas <> | 1997-07-28 16:27:16 +0000 |
commit | b9bf7de782b1d9ff577856174e2e8c566aa2eea2 (patch) | |
tree | 0801d841e1a1983ffc34e79ecba589b62b53a999 /src | |
parent | ad27efe0c0c077dd449e10cf6c0e155b98e8d613 (diff) | |
download | openbsd-b9bf7de782b1d9ff577856174e2e8c566aa2eea2.tar.gz openbsd-b9bf7de782b1d9ff577856174e2e8c566aa2eea2.tar.bz2 openbsd-b9bf7de782b1d9ff577856174e2e8c566aa2eea2.zip |
Install inet(3) page as inet_{ntop,pton}(3) pages too
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index ce2cf0162e..4382cc6755 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.12 1997/07/07 22:16:47 millert Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.13 1997/07/28 16:27:16 niklas 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 |
@@ -41,7 +41,7 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \ | |||
41 | MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ | 41 | MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ |
42 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ | 42 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ |
43 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ | 43 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ |
44 | inet.3 ntoa.3 | 44 | inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 |
45 | MLINKS+=iso_addr.3 iso_ntoa.3 | 45 | MLINKS+=iso_addr.3 iso_ntoa.3 |
46 | MLINKS+=link_addr.3 link_ntoa.3 | 46 | MLINKS+=link_addr.3 link_ntoa.3 |
47 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 | 47 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 |