diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:10:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:10:13 +0000 |
commit | a23a98f93775337b71a7091ec9f7ca246cb401fe (patch) | |
tree | 15f8d09144a41672fbde29d901425622a286b1b1 /libexec/rpc.rusersd/Makefile | |
parent | 97b705f3c81e08d2563b2a7281474999ba954214 (diff) | |
download | FreeBSD-src-a23a98f93775337b71a7091ec9f7ca246cb401fe.zip FreeBSD-src-a23a98f93775337b71a7091ec9f7ca246cb401fe.tar.gz |
Set the default manual section for libexec/ to 8.
Diffstat (limited to 'libexec/rpc.rusersd/Makefile')
-rw-r--r-- | libexec/rpc.rusersd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index fefc7bf..8d783ed 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -2,7 +2,6 @@ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c -MAN8 = rpc.rusersd.8 DPADD= ${LIBRPCSVC} ${LIBUTIL} LDADD= -lrpcsvc -lutil |