diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-13 09:43:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-13 09:43:29 +0000 |
| commit | 2c7723a7c9c6ee5ef644c8f4b55f29d634a4118f (patch) | |
| tree | a8eb89550823786ebcc63409011e6c3635e8125f /sys/modules/Makefile | |
| parent | 7d9509f96c1a3e232a4a5d9f4f6ff45a712915bc (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 3d4f8d4521e0..20f52328a4b3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,9 +1,12 @@ -# $Id: Makefile,v 1.59 1999/05/05 20:58:15 obrien Exp $ +# $Id: Makefile,v 1.60 1999/05/06 03:35:44 bde Exp $ # XXX present but broken: atapi ip_mroute_mod joy pcic SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \ - mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn + mfs msdos nfs ntfs nullfs portal procfs umapfs union vn + +# Doesn't compile right now +#SUBDIR += vinum # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" |
