diff options
author | imp <imp@FreeBSD.org> | 2004-01-03 19:03:28 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-01-03 19:03:28 +0000 |
commit | 145e93c7c9cdbaa3b9df0515e0d830651e980a43 (patch) | |
tree | f5d08dc39ac84f31d558d042a4ee348e0f227e88 /sys/conf | |
parent | 0193fe15246c1041c2d880d49c510d07c0b5d1cc (diff) | |
download | FreeBSD-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
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/kern.post.mk | 1 |
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 |