mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/unionfs
|
|
|
|
KMOD= unionfs
|
|
SRCS= vnode_if.h \
|
|
union_subr.c union_vfsops.c union_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|