Makefile revision 1.6
1# from: @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $Id: Makefile,v 1.6 1994/12/22 10:44:35 cgd Exp $ 3 4MAN= fastboot.8 5MLINKS= fastboot.8 fasthalt.8 6 7beforeinstall: 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