Makefile revision 1.2
11.2Spooka# $NetBSD: Makefile,v 1.2 2015/10/19 16:16:37 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../fs/union 51.1Spooka 61.1SpookaLIB= rumpfs_union 71.2SpookaCOMMENT=union file system (fan-out layer) 81.1Spooka 91.1SpookaSRCS= union_subr.c union_vfsops.c union_vnops.c 101.1Spooka 111.1Spooka.include <bsd.lib.mk> 121.1Spooka.include <bsd.klinks.mk> 13