aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-01-03 19:03:28 +0000
committerWarner Losh <imp@FreeBSD.org>2004-01-03 19:03:28 +0000
commite342346255718707d6df30ecc8d966b3d44fc1c7 (patch)
treef5d08dc39ac84f31d558d042a4ee348e0f227e88
parentc991bedb18406bc233e8fec65c7d9aace1abc2ae (diff)
downloadsrc-e342346255718707d6df30ecc8d966b3d44fc1c7.tar.gz
src-e342346255718707d6df30ecc8d966b3d44fc1c7.zip
Define KERNBUILDDIR again. The RELENG_5_2 tree is stable enough that
we can turn this back on to start to resolve the issues with the release process. Approved by: scottl
Notes
Notes: svn path=/head/; revision=124108
-rw-r--r--sys/conf/kern.post.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index a7c1abc26c63..5eff5c9b828d 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -12,6 +12,7 @@
.if defined(DESTDIR)
MKMODULESENV+= DESTDIR="${DESTDIR}"
.endif
+MKMODULESENV+= KERNBUILDDIR="${.CURDIR}"
.MAIN: all