diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-26 16:23:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-26 16:23:45 +0000 |
commit | 62f9a37963819fd9155a1c1c6edb18b1e1ba576d (patch) | |
tree | 0531cc022e16c9108c33fdb17f1917e56d2e1df6 /distrib/i386/common/Makefile.inc | |
parent | e5600d6172708982cbc5269223103702e090e413 (diff) |
slight cleaning
Diffstat (limited to 'distrib/i386/common/Makefile.inc')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index 143ed91e9f1..7e04b4d76f9 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2003/04/17 03:49:24 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2003/04/26 16:23:44 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -6,7 +6,6 @@ TOP= ${.CURDIR}/.. IMAGE= mr.fs CBIN?= instbin CRUNCHCONF?= ${CBIN}.conf -CRUNCHCONFS?= ${.CURDIR}/../common/crunch.conf LISTS?= ${.CURDIR}/../common/list UTILS?= ${.CURDIR}/../../miniroot @@ -109,7 +108,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all ${CRUNCHCONF}: ${LISTS} - awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf + awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CRUNCHCONF} do_files: mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u |