diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-05 04:23:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-05 04:23:31 +0000 |
commit | 140ea815d4db79906e623af39c98364e16bbbd20 (patch) | |
tree | fc63243061aa4f6390f303388892c845772c534f | |
parent | f48333404d8c6fb644f9c4ce8e5a41d0ef8ea5bf (diff) |
MTREE is not used
-rw-r--r-- | distrib/amd64/iso/Makefile | 3 | ||||
-rw-r--r-- | distrib/i386/iso/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index 163f890348b..1c31bcdee16 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2020/08/03 18:19:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.39 2020/08/05 04:23:30 deraadt Exp $ FS= install${OSrev}.img FSSIZE= 1359872 @@ -6,7 +6,6 @@ FSTYPE= install360 CDROM= install${OSrev}.iso MOUNT_POINT= /mnt -MTREE= ${UTILS}/mtree.conf RELXDIR?= /home/relx-${MACHINE} RELDIR?= /home/rel-${MACHINE} diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile index aef1f4a3b50..5156f837cf8 100644 --- a/distrib/i386/iso/Makefile +++ b/distrib/i386/iso/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2020/05/18 06:20:43 otto Exp $ +# $OpenBSD: Makefile,v 1.29 2020/08/05 04:23:30 deraadt Exp $ FS= install${OSrev}.img FSSIZE= 921600 FSDISKTYPE= install360 CDROM= install${OSrev}.iso + MOUNT_POINT= /mnt -MTREE= ${UTILS}/mtree.conf RELXDIR?= /home/relx-${MACHINE} RELDIR?= /home/rel-${MACHINE} |