diff options
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index efd6aa5..ec6810a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -18,8 +18,8 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" -SUBDIR+=aac aic asr bktr coff el fpu gnufpu ibcs2 linprocfs mly pecoff ray \ - s3 splash streams vesa wi +SUBDIR+=aac aic ar asr bktr coff el fpu gnufpu ibcs2 linprocfs mly \ + pecoff ray s3 splash sr streams vesa wi .endif .if ${MACHINE} == "pc98" |