aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rusers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rusers/Makefile')
-rw-r--r--usr.bin/rusers/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile
new file mode 100644
index 000000000000..d3f3158d7be1
--- /dev/null
+++ b/usr.bin/rusers/Makefile
@@ -0,0 +1,6 @@
+PACKAGE= rcmds
+PROG= rusers
+
+LIBADD= rpcsvc
+
+.include <bsd.prog.mk>