diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 13:54:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-08 13:54:21 +0000 |
| commit | 8c868c21aeb01ceee880f1a4690b55faefe43bcd (patch) | |
| tree | 79388d2c7e9bf891b9676b7035145e2ea87182ec | |
| parent | 4222ad130a996d50d028138be8fc668f47a79945 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 11c4a9067174..275cf4304482 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1994/11/08 11:14:43 jkh Exp $ +# $Id: Makefile,v 1.26 1994/11/08 11:29:35 jkh Exp $ # FDLABEL= fd1440 @@ -49,6 +49,7 @@ boot.flp: newfs -c 80 -b 4096 -f 512 -i 8192 -m 0 -o space /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 ; \ |
