aboutsummaryrefslogtreecommitdiff
path: root/sbin/fastboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fastboot/Makefile')
-rw-r--r--sbin/fastboot/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sbin/fastboot/Makefile b/sbin/fastboot/Makefile
deleted file mode 100644
index 1bd7949a022e..000000000000
--- a/sbin/fastboot/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
-
-MAN8= fastboot.8
-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>