diff options
author | phk <phk@FreeBSD.org> | 1994-11-09 20:27:32 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-09 20:27:32 +0000 |
commit | 6cec14b055f229e2a53027f18793a20db5a401d0 (patch) | |
tree | 72ac9083014fde01a8aa439cd1514988d67e256a /release/Makefile | |
parent | ce86d487117dae52b4358166d006ff724cba8d9b (diff) | |
download | FreeBSD-src-6cec14b055f229e2a53027f18793a20db5a401d0.zip FreeBSD-src-6cec14b055f229e2a53027f18793a20db5a401d0.tar.gz |
some things Jordan forgot...
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 092ffdb..bfeda1c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,11 +1,18 @@ -# $Id: Makefile,v 1.27 1994/11/08 13:54:21 jkh Exp $ +# $Id: Makefile,v 1.28 1994/11/08 18:36:45 jkh Exp $ # +FLOPPY= fd0 + +.if 1 FDLABEL= fd1200 +DDBS= 15k +DDCOUNT= 80 +.else +FDLABEL= fd1440 +DDBS= 18k DDCOUNT= 80 +.endif -FLOPPY= fd0 -DDBS= 15k MNT= /mnt CPIO1= cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir @@ -25,6 +32,8 @@ CLEANFILES+= boot_flp boot.flp cpio_flp_1 MTREE_DIR= ${.CURDIR}/../etc/mtree +ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 - + hierarchy: mtree -deU -f ${MTREE_DIR}/BSD.root.dist -p ${DESTDIR}/ mtree -deU -f ${MTREE_DIR}/BSD.var.dist -p ${DESTDIR}/var |