summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-03 20:50:35 +0000
committermsmith <msmith@FreeBSD.org>1999-01-03 20:50:35 +0000
commita344fa1d6dba5a4695a45c184216511ec078bf81 (patch)
tree7176f4edc8d1f20921c3ddaab02f46e970df23ae /sys/boot
parentf8af2f87d083d7e65c607a20dbd9c5a877840e99 (diff)
downloadFreeBSD-src-a344fa1d6dba5a4695a45c184216511ec078bf81.zip
FreeBSD-src-a344fa1d6dba5a4695a45c184216511ec078bf81.tar.gz
Reenable generation of the loader.help file
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 20aad0c..080f58a 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 1998/12/15 14:21:30 msmith Exp $
+# $Id: Makefile,v 1.21 1998/12/16 02:27:15 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -79,14 +79,14 @@ ${BASE}.bin: ${BASE}.sym
${BASE}.help: help.common help.i386
perl ${.CURDIR}/../../common/merge_help.pl ${.ALLSRC} > ${.TARGET}
-#beforeinstall:
-#.if exists(${.OBJDIR}/loader.help)
-# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.OBJDIR}/${BASE}.help \
-# ${DESTDIR}/boot
-#.else
-# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${BASE}.help \
-# ${DESTDIR}/boot
-#.endif
+beforeinstall:
+.if exists(${.OBJDIR}/loader.help)
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.OBJDIR}/${BASE}.help ${DESTDIR}/boot
+.else
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/${BASE}.help ${DESTDIR}/boot
+.endif
# Cannot use ${OBJS} above this line
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud