diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-08-21 17:40:53 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-08-21 17:40:53 +0000 |
| commit | d00275330d377eb0a7bcb5fb597813fcbaf53ce0 (patch) | |
| tree | 05dd5dc3539f433f4a46e5d7ddcd22d30c5cc1b3 /sys/modules/Makefile | |
| parent | d3936aa36efcd80af0b99b2c5a1629302fdc393e (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 3d7e96e199d9..751c76a016f4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.70 1999/08/10 17:15:11 wpaul Exp $ +# $Id: Makefile,v 1.71 1999/08/10 21:09:11 wpaul Exp $ # XXX present but broken: atapi ip_mroute_mod joy pcic SUBDIR= ax ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw \ - kernfs mfs msdos mx nfs ntfs nullfs pn portal procfs sf sk ti \ - tl umapfs union vn vr wb xl + kernfs mfs mii msdos mx nfs ntfs nullfs pn portal procfs sf sk \ + 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" |
