4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / sbin / fastboot / Makefile
CommitLineData
4697e4b6 1# @(#)Makefile 8.1 (Berkeley) %G%
a071e2bf 2
f15273bc 3MAN8= fastboot.0
76c559eb 4MLINKS= fastboot.8 fasthalt.8
a071e2bf 5
76c559eb 6beforeinstall:
f15273bc
KB
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>