1.PATH: ${SRCTOP}/sys/fs/unionfs 2 3KMOD= unionfs 4SRCS= vnode_if.h \ 5 union_subr.c union_vfsops.c union_vnops.c 6 7.include <bsd.kmod.mk> 8