diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-02-04 18:24:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-02-04 18:24:25 +0000 |
commit | ab2de2d79512185fc57aeab85702d355272fea90 (patch) | |
tree | fad85c15f4822275f50ee63a7a7825b21632de16 /sys/conf/Makefile.pc98 | |
parent | 96f9425f06ecc183958094ebfa079dfb1aa696d0 (diff) |
Bump the version of config to the latest (3 year old, so upgrade
worries are long past). Also remove redundant MACHINE= declarations
and passing MACHINE/MACHINE_ARCH to module builds. That's now done in
common code.
Notes
Notes:
svn path=/head/; revision=261492
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index e3a265db0578..728261b417b0 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600004 +%VERSREQ= 600012 .if !defined(S) .if exists(./@/.) @@ -30,10 +30,6 @@ S= ../../.. .endif .include "$S/conf/kern.pre.mk" -MACHINE=pc98 - -MKMODULESENV+= MACHINE=${MACHINE} - # XXX: clang integrated-as doesn't grok .codeNN directives yet ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS} ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}} |