diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
| commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
| tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /sys/modules/Makefile | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -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 c2cfed5ac7d1..7aa52210d819 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -3,8 +3,8 @@ # XXX present but broken: atapi ip_mroute_mod joy pcic SUBDIR= aha al ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun \ - ipfw kernfs md mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl \ - sf sis sk ste ti tl umapfs union vn vr wb xl + ipfw kernfs md mfs mii msdos mx netgraph nfs ntfs nullfs pn portal \ + procfs rl sf sis sk ste ti tl umapfs union vn vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" |
