fab192f2d2
the underlying fs, rather than exporting it to another part of the directory name space.
13 lines
220 B
Makefile
13 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/01/20 19:06:15 wrstuden Exp $
|
|
|
|
SUBDIR= fdesc kernfs nullfs overlay portal procfs umapfs
|
|
|
|
#
|
|
# XXX the union LKM is currently broken.
|
|
#
|
|
.if 0
|
|
SUBDIR+= union
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|