summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-04 01:28:46 +0000
committermsmith <msmith@FreeBSD.org>1999-01-04 01:28:46 +0000
commit18c1130833f1f2078d58a86e74c1b4d439115410 (patch)
tree8b659e6d035f36f08c78f0358de135589e55ec72 /sys/boot
parenteec8f14ee3e6a688428712e32f0a962b5f28b193 (diff)
downloadFreeBSD-src-18c1130833f1f2078d58a86e74c1b4d439115410.zip
FreeBSD-src-18c1130833f1f2078d58a86e74c1b4d439115410.tar.gz
Restore dependancy to build loader.help here
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 080f58a..42fcbc8 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1998/12/16 02:27:15 msmith Exp $
+# $Id: Makefile,v 1.22 1999/01/03 20:50:35 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -68,7 +68,7 @@ vers.o:
sh ${.CURDIR}/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
${CC} -c vers.c
-${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} # ${BASE}.help
+${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \
${BASE}.bin
OpenPOWER on IntegriCloud