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