diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
| commit | 2bc3b4d735463264a45316eebe355c350cb92a0c (patch) | |
| tree | 48af6666877557ec551cbe874c4e7ecdfcfc0356 /lib/libc/net | |
| parent | 65068df9af9d595e211ce5699513b205289fd671 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/Makefile.inc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index d654c02a9472..d5c69e435155 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 -# $Id$ +# $Id: Makefile.inc,v 1.23 1997/05/03 03:50:01 jb Exp $ # machine-independent net sources .PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net @@ -21,14 +21,12 @@ SRCS+= addr2ascii.c ascii2addr.c base64.c \ # machine-dependent net sources .include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc" -# Only build man pages with libc. .if ${LIB} == "c" -MAN3+= net/addr2ascii.3 \ - net/byteorder.3 net/ethers.3 net/gethostbyname.3 net/getnetent.3 \ - net/getprotoent.3 net/getservent.3 net/inet.3 net/linkaddr.3 \ - net/rcmd.3 resolver.3 +MAN3+= addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 \ + getnetent.3 getprotoent.3 getservent.3 \ + inet.3 linkaddr.3 rcmd.3 resolver.3 -# not installed: net/ns.3 net/iso_addr.3 +# not installed: ns.3 iso_addr.3 MLINKS+=addr2ascii.3 ascii2addr.3 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ |
