xref: /original-bsd/sbin/nologin/Makefile (revision 3705696b)
1#	@(#)Makefile	8.1 (Berkeley) 06/19/93
2
3MAN8=	nologin.0
4
5nologin clean cleandir depend lint tags:
6
7beforeinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
10
11.include <bsd.prog.mk>
12