diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2000-07-23 03:33:21 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2000-07-23 03:33:21 +0000 |
| commit | 62cac529999ac3b840c5dadaf0e2b69d30f33ac6 (patch) | |
| tree | cec146952f0f4750e58f39516d959eb2f22a44f7 | |
| parent | 8af8d42f6b79099645ea100bf1be933ecd7a3fbe (diff) | |
Notes
| -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 6a9de74f7cdd..815e0e47b749 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -6,12 +6,12 @@ SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp if_sl if_tun ipfilter ipfw ispfw joy kernfs kue \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste syscons ti tl twe \ - ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb wx xl + ugen uhid ukbd ulpt umapfs umass umodem ums union usb vinum vn vpo vr wb wx xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \ - svr4 vesa vinum wi + svr4 vesa wi .endif .if ${MACHINE_ARCH} == "alpha" |
