add ACCESSPERMS, ALLPERMS; Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sbin / nologin / Makefile
CommitLineData
94be69d7 1# @(#)Makefile 8.1 (Berkeley) %G%
747db6a9 2
d7bf7aee 3MAN8= nologin.0
747db6a9 4
d7bf7aee 5nologin clean cleandir depend lint tags:
747db6a9
KB
6
7beforeinstall:
8 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9 ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
10
11.include <bsd.prog.mk>