8fae3551ec
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
15 lines
261 B
Makefile
15 lines
261 B
Makefile
# @(#)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>
|