diff options
author | nik <nik@FreeBSD.org> | 1999-12-14 16:56:46 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-12-14 16:56:46 +0000 |
commit | 6ef9746e27784bf07538a73466c346ed579759e4 (patch) | |
tree | 4a8bb1edccc12bc12b920d704bb5231248f3f12f /lib/libc/rpc | |
parent | 68756a0d9efb4d50879d0883388aa5c8bfbcbf92 (diff) | |
download | FreeBSD-src-6ef9746e27784bf07538a73466c346ed579759e4.zip FreeBSD-src-6ef9746e27784bf07538a73466c346ed579759e4.tar.gz |
Commented out
MAN8+= rstat_svc.8
The file it talks about doesn't exist on FreeBSD, so there's no point in
installing the manual page. There was already a comment to this effect in
this file, but the entry hadn't been commented out.
rstat.1 and rstat_svc.8 can probably actually be removed.
PR: docs/13767
Submitted by: Seth <seth@freebie.dp.ny.frb.org>
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index bfaeaa7..79103b3 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -47,7 +47,7 @@ crypt.h: ${RPCDIR}/crypt.x MAN3+= bindresvport.3 des_crypt.3 getrpcent.3 getrpcport.3 publickey.3 rpc.3 \ rpc_secure.3 rtime.3 MAN5+= publickey.5 rpc.5 -MAN8+= rstat_svc.8 +# MAN8+= rstat_svc.8 MLINKS+= getrpcent.3 endrpcent.3 \ getrpcent.3 getrpcbyname.3 \ |