diff options
author | 2003-04-26 16:23:44 +0000 | |
---|---|---|
committer | 2003-04-26 16:23:44 +0000 | |
commit | 20aaf5fef18e7df019d43b4d137b1fa506e433d1 (patch) | |
tree | 3098cea904d89095452757fccbbb457420b25e93 | |
parent | fix handling when renaming directories on fat32. mv a/b . would mess up the (diff) | |
download | wireguard-openbsd-20aaf5fef18e7df019d43b4d137b1fa506e433d1.tar.xz wireguard-openbsd-20aaf5fef18e7df019d43b4d137b1fa506e433d1.zip |
slight cleaning
-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 |