Makefile revision 40440
1#	$Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $
2
3.PATH:	${.CURDIR}/../../miscfs/union
4KMOD=	union
5SRCS=	union_subr.c union_vfsops.c union_vnops.c
6NOMAN=
7VFS_KLD=
8CFLAGS+=	-DUNION
9
10.include <bsd.kmod.mk>
11