diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-05 23:31:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-05 23:31:04 +0000 |
| commit | 106bc72bf9a0f2a6e2e1cff7f7d8c927d574884d (patch) | |
| tree | 83f661b7d79022c8196cbbfe7db487473329e1d7 | |
| parent | 50bfc34c13c04f99804b635c59d418d6a63c93cf (diff) | |
Notes
| -rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e6cd0cf879b0..b35421c57704 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -2,11 +2,10 @@ # XXX present but broken: atapi ip_mroute_mod joy pcic -SUBDIR= aha ccd dc cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun \ +SUBDIR= aha ccd cd9660 coda dc fdesc fxp if_disc if_ppp if_sl if_tun \ ipfilter ipfw kernfs md mfs mii msdos netgraph nfs ntfs nullfs \ - portal procfs rl sf sis sk ste ti tl umapfs union vn vr wb xl - -SUBDIR+=usb ugen uhid ukbd ulpt ums umodem umass + portal procfs rl sf sis sk ste ti tl \ + ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" |
