summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build/Makefile.conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-09-01 21:19:15 +0000
committerluigi <luigi@FreeBSD.org>2001-09-01 21:19:15 +0000
commit0dc160055e90f4d2b8e48e4f63dda6660e36fa01 (patch)
tree6f6d43a37ba4dfc461b1b401a4c6de3c0a5fe7d6 /release/picobsd/build/Makefile.conf
parentce9df2e9057fd0bdad88fcf66cc2af7d8537cacb (diff)
downloadFreeBSD-src-0dc160055e90f4d2b8e48e4f63dda6660e36fa01.zip
FreeBSD-src-0dc160055e90f4d2b8e48e4f63dda6660e36fa01.tar.gz
use correct "compile" directory, which is ../../compile/<filename>
This does not apply to RELENG_4 for which the compile directory is ../compile/<filename>
Diffstat (limited to 'release/picobsd/build/Makefile.conf')
-rw-r--r--release/picobsd/build/Makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/build/Makefile.conf b/release/picobsd/build/Makefile.conf
index 68b96d2..5aa0006 100644
--- a/release/picobsd/build/Makefile.conf
+++ b/release/picobsd/build/Makefile.conf
@@ -14,7 +14,7 @@ CONF?=${SRC}/sys/i386/conf
CONFIG?=config
CONFFILE=PICOBSD-${name}
-COMPILE=${SRC}/sys/compile/${CONFFILE}
+COMPILE=${CONF}/../compile/${CONFFILE}
KERNFILE=${COMPILE}/kernel
OpenPOWER on IntegriCloud