1# $NetBSD: Makefile,v 1.1 2010/03/29 18:12:23 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../fs/union 5 6LIB= rumpfs_union 7 8SRCS= union_subr.c union_vfsops.c union_vnops.c 9 10.include <bsd.lib.mk> 11.include <bsd.klinks.mk> 12
1# $NetBSD: Makefile,v 1.1 2010/03/29 18:12:23 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../fs/union 5 6LIB= rumpfs_union 7 8SRCS= union_subr.c union_vfsops.c union_vnops.c 9 10.include <bsd.lib.mk> 11.include <bsd.klinks.mk> 12