summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-09 02:38:40 +0000
committermsmith <msmith@FreeBSD.org>1999-01-09 02:38:40 +0000
commitdc29b5609b3591deb088424bce52f2d654b06b2c (patch)
tree7a9202bac07d71c1f7e544dda1415f2b74ed049c /sys/boot
parent6ed8cbf4677cc5ba7c60b9affa2584d39a3ee105 (diff)
downloadFreeBSD-src-dc29b5609b3591deb088424bce52f2d654b06b2c.zip
FreeBSD-src-dc29b5609b3591deb088424bce52f2d654b06b2c.tar.gz
kzip the loader, this shrinks it to about 60% of its original size.
Note that this is a stopgap with dependancies on the a.out tools.
Diffstat (limited to 'sys/boot')
-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 42fcbc8..add0fe8 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}
OpenPOWER on IntegriCloud