diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-06 00:10:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-06 00:10:00 +0000 |
commit | e2ac32c9b5c4acd6fa999a52018beb226ed7ffb3 (patch) | |
tree | 384d92f5f2d9f9c52661b0d341e334582d74b14d /release/Makefile | |
parent | 04c4a0b1b1e1ca030fa585128dc8e5b4c05dfc62 (diff) | |
download | FreeBSD-src-e2ac32c9b5c4acd6fa999a52018beb226ed7ffb3.zip FreeBSD-src-e2ac32c9b5c4acd6fa999a52018beb226ed7ffb3.tar.gz |
Strip kernel before installation. Anything to bum a few more bytes..
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 8f88749..93ba67a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1994/11/05 08:49:05 jkh Exp $ +# $Id: Makefile,v 1.13 1994/11/05 23:05:53 jkh Exp $ # FLOPPY= fd0 @@ -47,6 +47,7 @@ boot.flp: newfs -c 80 -b 4096 -f 512 /dev/r${FLOPPY} mount -o async /dev/${FLOPPY} ${MNT} mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt + strip -x ${.CURDIR}/../sys/compile/GENERIC/kernel cp ${.CURDIR}/../sys/compile/GENERIC/kernel ${MNT}/kernel cp ${DESTDIR}/usr/mdec/sdboot ${DESTDIR}/usr/mdec/bootsd ${MNT}/stand ( cd ${DESTDIR}/dev ; \ |