The union LKM is currently broken. Do not build it.

This commit is contained in:
scottr 1997-02-18 06:08:51 +00:00
parent 3a2dd27260
commit a3797a2459
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# $NetBSD: Makefile,v 1.2 1996/11/05 02:30:16 explorer Exp $
# $NetBSD: Makefile,v 1.3 1997/02/18 06:08:51 scottr Exp $
SUBDIR= fdesc kernfs nullfs portal procfs umapfs union
SUBDIR= fdesc kernfs nullfs portal procfs umapfs
#
# XXX the union LKM is currently broken.
#
.if 0
SUBDIR+= union
.endif
.include <bsd.subdir.mk>