diff options
Diffstat (limited to 'libexec/rpc.rusersd/Makefile')
-rw-r--r-- | libexec/rpc.rusersd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index 8d783ed..af43bd3 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -2,6 +2,7 @@ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c +MAN = rpc.rusersd.8 DPADD= ${LIBRPCSVC} ${LIBUTIL} LDADD= -lrpcsvc -lutil |