aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 02:22:15 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 02:22:15 +0000
commit2b375b4edd1b98884c3031d6ccd61acb10bd895d (patch)
treef35e4f57ad890ac86d5cb5d3ef760344a41fc0e6 /sys/modules/Makefile
parent34bac11eba2841255bf6319ec78728f0f941c6ac (diff)
downloadsrc-2b375b4edd1b98884c3031d6ccd61acb10bd895d.tar.gz
src-2b375b4edd1b98884c3031d6ccd61acb10bd895d.zip
Remove pc98 support completely.
I thank all developers and contributors for pc98. Relnotes: yes
Notes
Notes: svn path=/head/; revision=312910
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 77ca00bd4e7c..8a832b9a3588 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -599,7 +599,7 @@ _vxge= vxge
_wbwd= wbwd
_wi= wi
_xe= xe
-.if ${MACHINE} != "pc98"
+
_aac= aac
_aacraid= aacraid
_acpi= acpi
@@ -680,7 +680,6 @@ _wpifw= wpifw
.endif
_x86bios= x86bios
.endif
-.endif
.if ${MACHINE_CPUARCH} == "amd64"
_efirt= efirt
@@ -730,7 +729,6 @@ _sbni= sbni
_streams= streams
_stg= stg
_svr4= svr4
-.if ${MACHINE} == "i386"
.if ${MK_EISA} != "no"
_ahb= ahb
.endif
@@ -740,13 +738,6 @@ _ctau= ctau
.endif
_dpt= dpt
_ex= ex
-.elif ${MACHINE} == "pc98"
-_canbepm= canbepm
-_canbus= canbus
-_ct= ct
-_pmc= pmc
-_snc= snc
-.endif
.endif
.if ${MACHINE_CPUARCH} == "arm"