blob: b6b3fb466ad0a54ec208084b53be9f16360a08fa (
plain) (
blame)
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=
CFLAGS+= -DUNION
.include <bsd.kmod.mk>
|