diff options
author | dfr <dfr@FreeBSD.org> | 2000-06-09 16:07:32 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2000-06-09 16:07:32 +0000 |
commit | b63dd89678654021d2b39b07fb55bf80096acecd (patch) | |
tree | ed522895d5e7b04764479b407055f749f7586d3e /sys/modules | |
parent | a3fc496678653625ef4c84f8497e8187cc252963 (diff) | |
download | FreeBSD-src-b63dd89678654021d2b39b07fb55bf80096acecd.zip FreeBSD-src-b63dd89678654021d2b39b07fb55bf80096acecd.tar.gz |
Add agp.
Diffstat (limited to 'sys/modules')
-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 fdaa769..78fe245 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -2,7 +2,7 @@ # XXX present but broken: ip_mroute_mod pcic -SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ +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 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 tx \ |