404c1a5fc1
in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
12 lines
233 B
Makefile
12 lines
233 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/22/94
|
|
|
|
MAN8= nologin.8
|
|
|
|
nologin clean depend lint tags:
|
|
|
|
beforeinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
|
|
|
|
.include <bsd.prog.mk>
|