1 # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 2 # $Id: Makefile,v 1.5 1994/09/23 01:38:45 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