summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-08-28 14:49:04 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-08-28 14:49:04 +0000
commit0c0b205ceb318f5c0ff32a57f78b512809ad7eef (patch)
treeb72c44554888eba2bf01cd5f1b13faf493d7cd83 /libexec/rpc.rstatd/Makefile
parent82df480e9f5bdd326ad39cbc4049119eeec3980b (diff)
Notes
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
-rw-r--r--libexec/rpc.rstatd/Makefile10
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>