diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-08-03 00:01:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-08-03 00:01:13 +0000 |
commit | d74dddff8851610e65da20ea1dcc9705c9b49a8a (patch) | |
tree | e2d501be690b4e476434d67b6f5c6cd7ab37c9b6 /sys/conf/Makefile.pc98 | |
parent | b2c17e333e434a9564e561b2c6108d2673ce80a5 (diff) |
Move MKMODULESENV+= *after* MKMODULESENV=
Notes
Notes:
svn path=/head/; revision=81078
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index be84449db36f..7b28e1789d25 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -270,14 +270,14 @@ install.debug: modules-install.debug reinstall: modules-reinstall reinstall.debug: modules-reinstall.debug .endif -.if defined(DEBUG) -MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}" -.endif MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR} .if defined(MODULES_OVERRIDE) MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}" .endif +.if defined(DEBUG) +MKMODULESENV+= DEBUG="${DEBUG}" DEBUG_FLAGS="${DEBUG}" +.endif MKMODULESENV+= MACHINE=pc98 modules: |