Makefile revision 50477
1# $FreeBSD: head/sys/modules/unionfs/Makefile 50477 1999-08-28 01:08:13Z peter $
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