diff options
Diffstat (limited to 'sbin/fastboot/Makefile')
-rw-r--r-- | sbin/fastboot/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/fastboot/Makefile b/sbin/fastboot/Makefile new file mode 100644 index 0000000..9504f79 --- /dev/null +++ b/sbin/fastboot/Makefile @@ -0,0 +1,12 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +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> |