diff options
author | ru <ru@FreeBSD.org> | 2006-03-16 15:18:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-16 15:18:17 +0000 |
commit | 38ea5a11663bf00698cddbfb3b2fdd871421a5b4 (patch) | |
tree | 627be98c46ec631610a5931f31692d480e6e07e1 /lib/librpcsvc | |
parent | 1b17c00bdec4a56aa86d606b7eac9cb08e86ce88 (diff) | |
download | FreeBSD-src-38ea5a11663bf00698cddbfb3b2fdd871421a5b4.zip FreeBSD-src-38ea5a11663bf00698cddbfb3b2fdd871421a5b4.tar.gz |
NO_MAN is not needed here.
Diffstat (limited to 'lib/librpcsvc')
-rw-r--r-- | lib/librpcsvc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index 04282a4..6ced099 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -27,8 +27,6 @@ SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS} CLEANFILES+= ${GENSRCS} -NO_MAN= - .include <bsd.lib.mk> .SUFFIXES: .x _xdr.c |