11 lines
156 B
Makefile
11 lines
156 B
Makefile
# $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>
|