summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-01-03 19:03:28 +0000
committerimp <imp@FreeBSD.org>2004-01-03 19:03:28 +0000
commit145e93c7c9cdbaa3b9df0515e0d830651e980a43 (patch)
treef5d08dc39ac84f31d558d042a4ee348e0f227e88
parent0193fe15246c1041c2d880d49c510d07c0b5d1cc (diff)
downloadFreeBSD-src-145e93c7c9cdbaa3b9df0515e0d830651e980a43.zip
FreeBSD-src-145e93c7c9cdbaa3b9df0515e0d830651e980a43.tar.gz
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
-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 a7c1abc..5eff5c9 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
OpenPOWER on IntegriCloud