]> git.saurik.com Git - apple/system_cmds.git/blob - fastboot.tproj/Makefile.dist
system_cmds-175.tar.gz
[apple/system_cmds.git] / fastboot.tproj / Makefile.dist
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2
3 MAN8= fastboot.0
4 MLINKS= fastboot.8 fasthalt.8
5
6 beforeinstall:
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>