summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386/floppies/common/Makefile.inc')
-rw-r--r--distrib/i386/floppies/common/Makefile.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/Makefile.inc b/distrib/i386/floppies/common/Makefile.inc
index 54c05156864..78289b8a63b 100644
--- a/distrib/i386/floppies/common/Makefile.inc
+++ b/distrib/i386/floppies/common/Makefile.inc
@@ -1,11 +1,12 @@
-# $OpenBSD: Makefile.inc,v 1.14 2002/03/30 02:33:23 krw Exp $
+# $OpenBSD: Makefile.inc,v 1.15 2002/03/30 20:35:31 millert Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= mr.fs
CBIN?= instbin
-CRUNCHCONF?= ${.CURDIR}/../common/${CBIN}.conf
+CRUNCHCONF?= ${CBIN}.conf
+CRUNCHCONFS?= ${.CURDIR}/../common/crunch.conf
LISTS?= ${.CURDIR}/../common/list ${.CURDIR}
MOUNT_POINT= /mnt
@@ -105,6 +106,9 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
make -f ${CBIN}.mk all
+${CRUNCHCONF}: ${CRUNCHCONFS}
+ cat ${CRUNCHCONFS} > ${CRUNCHCONF}
+
do_files:
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \