get rid of leading `dump' on all the names
[unix-history] / usr / src / sbin / nologin / Makefile
CommitLineData
747db6a9
KB
1# @(#)Makefile 5.1 (Berkeley) %G%
2
3NOMAN=noman
4NOOBJ=noobj
5
6all nologin clean cleandir depend lint tags:
7
8beforeinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
11
12.include <bsd.prog.mk>