summaryrefslogtreecommitdiffstats
path: root/sys/modules/unionfs/Makefile
blob: 56366598f9d4506a07e2c0b8feca3070a31aa52f (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id$

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

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud