NetBSD/sys/miscfs/Makefile
wrstuden fab192f2d2 Add overlay, a layered file system which overlays itself on
the underlying fs, rather than exporting it to another part of the
directory name space.
2000-01-20 19:06:13 +00:00

10 lines
226 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/01/20 19:06:14 wrstuden Exp $
SUBDIR= fdesc fifofs genfs kernfs nullfs overlay portal
SUBDIR+= procfs specfs umapfs union
KDIR= /sys/miscfs
INCSDIR= /usr/include/miscfs
.include <bsd.kinc.mk>