diff options
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
| -rw-r--r-- | libexec/rpc.rstatd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile new file mode 100644 index 000000000000..312f7cf7c3fe --- /dev/null +++ b/libexec/rpc.rstatd/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.2 1993/11/10 03:45:40 smace Exp $ + +PROG = rpc.rstatd +SRCS = rstatd.c rstat_proc.c +MAN8 = rpc.rstatd.8 + +DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM} +LDADD= -lrpcsvc -lutil -lkvm + +.include <bsd.prog.mk> |
