freebsd-nq/usr.sbin/nologin/Makefile
Rodney W. Grimes 8fae3551ec BSD 4.4 Lite sbin Sources
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00

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>