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

.PATH: ${.CURDIR}/../../miscfs/union

KMOD=	union
SRCS=	vnode_if.h \
	union_subr.c union_vfsops.c union_vnops.c
NOMAN=

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