xref: /original-bsd/sbin/fastboot/Makefile (revision 469ffdf4)
1#	@(#)Makefile	8.1 (Berkeley) 06/05/93
2
3MAN8=	fastboot.0
4MLINKS=	fastboot.8 fasthalt.8
5
6beforeinstall:
7	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
9	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10	    ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
11
12.include <bsd.prog.mk>
13