summaryrefslogtreecommitdiffstats
path: root/sbin/nologin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/nologin/Makefile')
-rw-r--r--sbin/nologin/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile
new file mode 100644
index 0000000..84e9f0c
--- /dev/null
+++ b/sbin/nologin/Makefile
@@ -0,0 +1,14 @@
+# @(#)Makefile 8.2 (Berkeley) 4/22/94
+
+MAN8= nologin.0
+
+nologin clean depend lint tags:
+
+beforeinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
+
+cleandir:
+ rm -f nologin.0
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud