mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Remove the compatibility hack for FreeBSD 7 systems for
MACHINE_CPUARCH. Fewer places to have to hack each time a new one is added.
This commit is contained in:
parent
22ba0b2f67
commit
58c2dbbc30
2 changed files with 0 additions and 6 deletions
|
|
@ -7,9 +7,6 @@
|
|||
.include <bsd.compiler.mk>
|
||||
.include "kern.opts.mk"
|
||||
|
||||
# backwards compat option for older systems.
|
||||
MACHINE_CPUARCH?=${MACHINE_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc64/powerpc/}
|
||||
|
||||
# Can be overridden by makeoptions or /etc/make.conf
|
||||
KERNEL_KO?= kernel
|
||||
KERNEL?= kernel
|
||||
|
|
|
|||
|
|
@ -60,9 +60,6 @@
|
|||
# Unload a module.
|
||||
#
|
||||
|
||||
# backwards compat option for older systems.
|
||||
MACHINE_CPUARCH?=${MACHINE_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/:C/powerpc64/powerpc/}
|
||||
|
||||
AWK?= awk
|
||||
KMODLOAD?= /sbin/kldload
|
||||
KMODUNLOAD?= /sbin/kldunload
|
||||
|
|
|
|||
Loading…
Reference in a new issue