1 # $NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $ 2 # @(#)Makefile 8.1 (Berkeley) 6/5/93 3 4 MAN= fastboot.8 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