[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs

File: [cvs.NetBSD.org] / src / sys / miscfs / Makefile (download)

Revision 1.2, Thu Jan 20 19:06:14 2000 UTC (24 years, 2 months ago) by wrstuden
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: thorpej-devvp, nathanw_sa, kqueue
Changes since 1.1: +3 -2 lines

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.

#	$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>