diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-28 18:28:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-28 18:28:35 +0000 |
commit | fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 (patch) | |
tree | 53ced2298a7bbcd673406c4328eaef953ee11c16 /distrib/sparc64/common/Makefile.inc | |
parent | 24d3d0ab5057c580bca15da49d0d51517469d04b (diff) |
use single shared mtree.conf
Diffstat (limited to 'distrib/sparc64/common/Makefile.inc')
-rw-r--r-- | distrib/sparc64/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/common/Makefile.inc b/distrib/sparc64/common/Makefile.inc index 47000833ce3..02bbcf0ff48 100644 --- a/distrib/sparc64/common/Makefile.inc +++ b/distrib/sparc64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/04/25 22:10:28 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/04/28 18:28:34 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -10,7 +10,7 @@ LISTS?= ${.CURDIR}/list UTILS?= ${.CURDIR}/../../miniroot MOUNT_POINT= /mnt -MTREE= ${.CURDIR}/../common/mtree.conf +MTREE= ${UTILS}/mtree.conf XNAME?= floppy FS?= ${XNAME}${REV}.fs |