aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rwalld/Makefile
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-08-28 14:58:36 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-08-28 14:58:36 +0000
commit935a002483973cc1eaf3d579060ac1d15a9b2b8e (patch)
treecae5214a2c3e80fdbe2081667a3430da73bf193f /libexec/rpc.rwalld/Makefile
parent415bccaa8d85158a8dfd713f2a36f3adeb754cb3 (diff)
downloadsrc-935a002483973cc1eaf3d579060ac1d15a9b2b8e.tar.gz
src-935a002483973cc1eaf3d579060ac1d15a9b2b8e.zip
rwalld from FreeBSD 1.1.5.1
Reviewed by: Geoff Submitted by: Christopher G. Demetriou
Notes
Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2341
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 000000000000..5d7b492a8a40
--- /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>