diff options
-rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b13a77d..7d29bff 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -25,7 +25,6 @@ SUBDIR= 3dfx \ ed \ fdescfs \ fdc \ - firewire \ fxp \ gx \ if_disc \ @@ -146,6 +145,7 @@ SUBDIR+=aac \ el \ em \ fe \ + firewire \ fpu \ gnufpu \ hea \ @@ -201,6 +201,7 @@ SUBDIR+=aic \ .if ${MACHINE} == "pc98" SUBDIR+=pmc \ + firewire \ snc .endif |