diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
| commit | a654d072959982a88cfbd609921641d85a8eb50c (patch) | |
| tree | 6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/Makefile | |
| parent | 89045423f1d86b30a03c90c35964f518a3e4ce4d (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 992f872e361b..bc956d9b32ba 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,13 +1,14 @@ -# $Id: Makefile,v 1.32 1998/09/25 17:51:44 rvb Exp $ +# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $ -# XXX present but broken: ip_mroute_mod mfs +# XXX present but broken: ip_mroute_mod +# XXX not yet completed porting: pcic coda syscons/* .if ${MACHINE_ARCH} == "i386" -SUBDIR= atapi coda ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ - ipfw joy kernfs linux msdos nfs nullfs \ - pcic portal procfs syscons umapfs vesa vinum wcd +SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \ + if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \ + portal procfs syscons umapfs vesa vinum wcd .endif # XXX builds, but not useable with present design -# fpu gnufpu union +#union .include <bsd.subdir.mk> |
