diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-26 02:05:16 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-26 02:05:16 +0000 |
| commit | 2fff585062e948ff849437905d9b51be9658b2b6 (patch) | |
| tree | 1754fde994cbfaf51b4172ee74aabec0851b3a08 | |
| parent | a6291d555883e78e52ee005ce62515e32dc1ffe8 (diff) | |
Notes
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index baf67f0fb65a..011c9364aa3c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -6,7 +6,7 @@ SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ if_sl ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \ ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste ti tl \ - ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl + 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" |
