summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-04-26 16:23:44 +0000
committerderaadt <deraadt@openbsd.org>2003-04-26 16:23:44 +0000
commit20aaf5fef18e7df019d43b4d137b1fa506e433d1 (patch)
tree3098cea904d89095452757fccbbb457420b25e93
parentfix handling when renaming directories on fat32. mv a/b . would mess up the (diff)
downloadwireguard-openbsd-20aaf5fef18e7df019d43b4d137b1fa506e433d1.tar.xz
wireguard-openbsd-20aaf5fef18e7df019d43b4d137b1fa506e433d1.zip
slight cleaning
-rw-r--r--distrib/i386/common/Makefile.inc5
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