Turns out that building modules with the kernel opt files is

uncovering some interesting problems.  Be conservative and effecitvely
disable this by default.  Interested parties may still define
KERNBUILDDIR by hand to achive the same effect.

I plan on referting this change after 5.2 is released, or sooner if
the issues with building releases are resolved and re@ approves.

Approved by: re@ (scottl, marcel)
This commit is contained in:
Warner Losh 2003-11-25 04:12:43 +00:00
parent 5bc9164667
commit 54e1080557

View File

@ -12,7 +12,6 @@
.if defined(DESTDIR)
MKMODULESENV+= DESTDIR="${DESTDIR}"
.endif
MKMODULESENV+= KERNBUILDDIR="${.CURDIR}"
.MAIN: all