NetBSD/sys/lkm/vfs/miscfs/overlay/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

15 lines
259 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/01/20 19:06:15 wrstuden Exp $
.include "../Makefile.inc"
.PATH: $S/miscfs/overlay $S/miscfs/genfs ${.CURDIR}/../..
MKMAN= no
KMOD= overlay
SRCS= lkminit_vfs.c
SRCS+= overlay_vfsops.c overlay_vnops.c
.include <bsd.kmod.mk>