summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rwalld/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-28 14:58:36 +0000
committercsgr <csgr@FreeBSD.org>1994-08-28 14:58:36 +0000
commit8adc1df0cc286a88c61f4a1ef568fe529022b0f9 (patch)
treec10ff02a12e5d865bb537d100ad9a05ca28a597f /libexec/rpc.rwalld/Makefile
parent79d61d21e6bd1dd94fc1ba4a7f2e94c837da4f6c (diff)
downloadFreeBSD-src-8adc1df0cc286a88c61f4a1ef568fe529022b0f9.zip
FreeBSD-src-8adc1df0cc286a88c61f4a1ef568fe529022b0f9.tar.gz
rwalld from FreeBSD 1.1.5.1
Reviewed by: Geoff Submitted by: Christopher G. Demetriou
Diffstat (limited to 'libexec/rpc.rwalld/Makefile')
-rw-r--r--libexec/rpc.rwalld/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile
new file mode 100644
index 0000000..5d7b492
--- /dev/null
+++ b/libexec/rpc.rwalld/Makefile
@@ -0,0 +1,10 @@
+# $Id: Makefile,v 1.2 1993/11/10 03:46:23 smace Exp $
+
+PROG = rpc.rwalld
+SRCS = rwalld.c
+MAN8 = rpc.rwalld.8
+
+DPADD= ${LIBRPCSVC} ${LIBUTIL}
+LDADD= -lrpcsvc -lutil
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud