summaryrefslogtreecommitdiff
path: root/usr.bin/rusers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rusers/Makefile')
-rw-r--r--usr.bin/rusers/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile
new file mode 100644
index 00000000000..089b3c48e47
--- /dev/null
+++ b/usr.bin/rusers/Makefile
@@ -0,0 +1,8 @@
+# $Id: Makefile,v 1.1 1995/10/18 08:46:04 deraadt Exp $
+
+PROG = rusers
+
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
+
+.include <bsd.prog.mk>