diff options
author | bde <bde@FreeBSD.org> | 1996-06-23 13:31:20 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-06-23 13:31:20 +0000 |
commit | 474d107d6d9d24ab922aab436eaa6ba33a5eca42 (patch) | |
tree | f1942a3b3c0f221612217121861008315cac0e44 /lkm | |
parent | 890f295931d629a64ab62ebaf699f34eac04e6b1 (diff) | |
download | FreeBSD-src-474d107d6d9d24ab922aab436eaa6ba33a5eca42.zip FreeBSD-src-474d107d6d9d24ab922aab436eaa6ba33a5eca42.tar.gz |
Disabled unusable union lkm.
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/Makefile | 6 |
1 files changed, 3 insertions, 3 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> |