1 # from: @(#)Makefile 5.6 (Berkeley) 6/23/90 2 # $Id: Makefile,v 1.4 1993/08/01 05:38:00 mycroft Exp $ 3 4 MAN8= fastboot.0 5 MLINKS= fastboot.8 fasthalt.8 6 7 beforeinstall: 8 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 9 ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot 10 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 11 ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt 12 13 .include <bsd.prog.mk> 14