aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/nologin.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/nologin.tproj/Makefile')
-rw-r--r--system_cmds/nologin.tproj/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/system_cmds/nologin.tproj/Makefile b/system_cmds/nologin.tproj/Makefile
new file mode 100644
index 0000000..2e009b3
--- /dev/null
+++ b/system_cmds/nologin.tproj/Makefile
@@ -0,0 +1,6 @@
+PROG= nologin
+MAN= nologin.5 nologin.8
+
+BINDIR=/sbin
+
+.include <bsd.prog.mk>