NetBSD/sbin/fastboot/Makefile

14 lines
412 B
Makefile
Raw Normal View History

1996-10-18 09:45:01 +04:00
# $NetBSD: Makefile,v 1.8 1996/10/18 05:51:00 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
1994-12-22 13:44:04 +03:00
MAN= fastboot.8
1993-03-21 12:45:37 +03:00
MLINKS= fastboot.8 fasthalt.8
beforeinstall:
1996-10-18 09:45:01 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1993-03-21 12:45:37 +03:00
${.CURDIR}/fastboot.sh ${DESTDIR}${BINDIR}/fastboot
1996-10-18 09:45:01 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1993-03-21 12:45:37 +03:00
${.CURDIR}/fasthalt.sh ${DESTDIR}${BINDIR}/fasthalt
.include <bsd.prog.mk>