summaryrefslogtreecommitdiffstats
path: root/sys/modules/union/Makefile
blob: ff0ab8a32539f38ffb084a02eb928361b8c3073e (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.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>
OpenPOWER on IntegriCloud