# $FreeBSD: stable/3/sys/modules/union/Makefile 50583 1999-08-29 16:33:42Z peter $

.PATH:	${.CURDIR}/../../miscfs/union
KMOD=	union
SRCS=	union_subr.c union_vfsops.c union_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+=	-DUNION

.include <bsd.kmod.mk>
