diff options
-rw-r--r-- | lkm/Makefile | 6 | ||||
-rw-r--r-- | sys/modules/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index cb6828e..220df3d 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.22 1996/03/24 00:30:38 pst Exp $ +# $Id: Makefile,v 1.23 1996/06/12 03:49:35 asami Exp $ # XXX present but broken: ip_mroute_mod mfs SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw joy kernfs linux msdos nfs nullfs \ - pcic portal procfs qcam syscons umapfs union wcd + pcic portal procfs qcam syscons umapfs wcd # XXX builds, but not useable with present design -# fpu gnufpu +# fpu gnufpu union .include <bsd.subdir.mk> diff --git a/sys/modules/Makefile b/sys/modules/Makefile index cb6828e..220df3d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.22 1996/03/24 00:30:38 pst Exp $ +# $Id: Makefile,v 1.23 1996/06/12 03:49:35 asami Exp $ # XXX present but broken: ip_mroute_mod mfs SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw joy kernfs linux msdos nfs nullfs \ - pcic portal procfs qcam syscons umapfs union wcd + pcic portal procfs qcam syscons umapfs wcd # XXX builds, but not useable with present design -# fpu gnufpu +# fpu gnufpu union .include <bsd.subdir.mk> |