diff options
author | semenu <semenu@FreeBSD.org> | 2000-04-11 18:39:52 +0000 |
---|---|---|
committer | semenu <semenu@FreeBSD.org> | 2000-04-11 18:39:52 +0000 |
commit | 274c38fa9e4f8a740da25a066441f1bcd64911f5 (patch) | |
tree | b1052524968f7b11531e67ff0d867cfe4fcb98fe | |
parent | 34f7378d692cfc2a26e89dfa3163a92dfffbf633 (diff) | |
download | FreeBSD-src-274c38fa9e4f8a740da25a066441f1bcd64911f5.zip FreeBSD-src-274c38fa9e4f8a740da25a066441f1bcd64911f5.tar.gz |
As tx driver was patched for newbus, we can now build it as module!
Add it to Makefile.
-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 e279a6b..412da96 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -5,7 +5,7 @@ SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ if_sl if_tun 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 \ + nwfs portal procfs rl sf sis sk ste ti tl tx \ ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \ vn vpo vr wb xl |