aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/users/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/users/Makefile')
-rw-r--r--usr.bin/users/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile
new file mode 100644
index 000000000000..3d6524bc7a29
--- /dev/null
+++ b/usr.bin/users/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
+
+PROG= users
+
+.include <bsd.prog.mk>