This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sbin / fastboot / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.6 (Berkeley) 6/23/90
2
8bdfd771 3MAN8= fastboot.8
15637ed4
RG
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>