NetBSD/sbin/fastboot/Makefile

14 lines
409 B
Makefile
Raw Normal View History

1994-09-23 05:38:45 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.5 1994/09/23 01:38:45 mycroft Exp $
1993-03-21 12:45:37 +03:00
MAN8= fastboot.0
MLINKS= fastboot.8 fasthalt.8
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
.include <bsd.prog.mk>