diff options
author | cokane <cokane@FreeBSD.org> | 2000-06-26 20:35:44 +0000 |
---|---|---|
committer | cokane <cokane@FreeBSD.org> | 2000-06-26 20:35:44 +0000 |
commit | 6fd2f76871bd4d7d923cdea4ca76271518fa1b45 (patch) | |
tree | c828e276dee0423c31d2a7678786a4e60b19c40a /sys | |
parent | 90a17e36f6225fcff359bb40bdb20b92db814ffe (diff) | |
download | FreeBSD-src-6fd2f76871bd4d7d923cdea4ca76271518fa1b45.zip FreeBSD-src-6fd2f76871bd4d7d923cdea4ca76271518fa1b45.tar.gz |
Add 3dfx to the makefile, the new home for the kmod to interface /dev/3dfx.
Diffstat (limited to 'sys')
-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 16a805a..c7d2a4a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -2,7 +2,7 @@ # XXX present but broken: ip_mroute_mod -SUBDIR= accf_data accf_http agp aha amr an aue \ +SUBDIR= 3dfx accf_data accf_http 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 \ |