1# $NetBSD: Makefile,v 1.2 2015/10/19 16:16:37 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../fs/union 5 6LIB= rumpfs_union 7COMMENT=union file system (fan-out layer) 8 9SRCS= union_subr.c union_vfsops.c union_vnops.c 10 11.include <bsd.lib.mk> 12.include <bsd.klinks.mk> 13