aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-01-09 02:38:40 +0000
committerMike Smith <msmith@FreeBSD.org>1999-01-09 02:38:40 +0000
commit82bbbb8c73fca5736c05c2f8d2c8b680a10e4eb5 (patch)
treeb13580e653f9cb030365dfd2bc91abd80aae5d76
parentee5799c4ee15f6b99400ecbae9acf099ef9c03b8 (diff)
Notes
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 42fcbc8f12d57..add0fe83f8ba8 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.22 1999/01/03 20:50:35 msmith Exp $
+# $Id: Makefile,v 1.23 1999/01/04 01:28:46 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -71,6 +71,8 @@ vers.o:
${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
btxld -v -f aout -e 0x100000 -o ${.TARGET} -l ${BTXLDR} -b ${BTXKERN} \
${BASE}.bin
+ kzip ${.TARGET}
+ mv ${.TARGET}.kz ${.TARGET}
${BASE}.bin: ${BASE}.sym
cp ${.ALLSRC} ${.TARGET}