Makefile revision 1.3
1#	@(#)Makefile	5.6 (Berkeley) 6/23/90
2#
3#	$Header: /tank/opengrok/rsync2/NetBSD/src/sbin/fastboot/Makefile,v 1.3 1993/03/23 00:27:35 cgd Exp $
4
5MAN8=	fastboot.0
6MLINKS=	fastboot.8 fasthalt.8
7
8beforeinstall:
9	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10	    ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
11	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
12	    ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
13
14.include <bsd.prog.mk>
15