diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 01:19:12 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 01:19:12 +0000 |
| commit | 2ceb2ce9eed6efe8076988a9e81722d6a920245d (patch) | |
| tree | 3e3913f9a690f2310dfc0d620e8803f623b40b54 /lib/libc/net | |
| parent | 4ea6250be3be954b7960a67df7430716857eff00 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 320b742edc15..c505940aea79 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -14,8 +14,9 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ # machine-dependent net sources .include "${.CURDIR}/${MACHINE}/net/Makefile.inc" -MAN3+= byteorder.0 gethostbyname.0 getnetent.0 getprotoent.0 getservent.0 \ - inet.0 linkaddr.0 ns.0 rcmd.0 resolver.0 \ +MAN3+= net/byteorder.3 net/gethostbyname.3 net/getnetent.3 net/getprotoent.3 \ + net/getservent.3 net/inet.3 net/linkaddr.3 net/ns.3 net/rcmd.3 \ + net/resolver.3 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 ntohs.3 |
