The union kld module is now fully functional.

This commit is contained in:
Peter Wemm 1998-11-03 08:03:04 +00:00
parent 8c14bf40a1
commit 3b49cbc625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40853

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.34 1998/10/16 04:30:41 peter Exp $
# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic coda syscons/*
@ -6,10 +6,7 @@
.if ${MACHINE_ARCH} == "i386"
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
portal procfs syscons umapfs union vesa vinum wcd
.endif
# XXX builds, but not useable with present design (#ifdef UNION in kernel)
#union
.include <bsd.subdir.mk>