If we carry our MODULES_WITH_WORLD, we probably also do not want

for installkernel to wipe them out later.  So install them under
/boot/modules if that is the case.
This commit is contained in:
Ruslan Ermilov 2003-03-03 22:54:35 +00:00
parent 6de61153e8
commit 379e8aa7ec

View File

@ -115,7 +115,11 @@ BINGRP?= wheel
BINMODE?= 555
NOBINMODE?= 444
.if defined(MODULES_WITH_WORLD)
KMODDIR?= /boot/modules
.else
KMODDIR?= /boot/kernel
.endif
KMODOWN?= ${BINOWN}
KMODGRP?= ${BINGRP}
KMODMODE?= ${BINMODE}