mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
17d6c63672
Not objected to by: -current
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/unionfs
|
|
|
|
KMOD= unionfs
|
|
SRCS= vnode_if.h \
|
|
union_subr.c union_vfsops.c union_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|