14b1e44f1SGarrett Wollman# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ 24b1e44f1SGarrett Wollman 34b1e44f1SGarrett Wollman.PATH: ${.CURDIR}/../../sys/miscfs/union 44b1e44f1SGarrett WollmanKMOD= union_mod 54b1e44f1SGarrett WollmanSRCS= union_subr.c union_vfsops.c union_vnops.c 64b1e44f1SGarrett WollmanNOMAN= 74b1e44f1SGarrett WollmanVFS_LKM= 84b1e44f1SGarrett WollmanCFLAGS+= -DUNION 94b1e44f1SGarrett Wollman 104b1e44f1SGarrett Wollman.include <bsd.kmod.mk> 11