summaryrefslogtreecommitdiff
path: root/sbin/fastboot/Makefile
blob: 22577514bd063dc42db35f1ce410f7d537b794d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 1996/12/08 14:37:22 downsj Exp $
#	$NetBSD: Makefile,v 1.7 1995/03/18 14:55:27 cgd Exp $

MAN=	fastboot.8
MLINKS=	fastboot.8 fasthalt.8

beforeinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt

.include <bsd.prog.mk>