opnsense-src/sys/modules/unionfs/Makefile

10 lines
146 B
Makefile
Raw Normal View History

1999-08-27 21:08:13 -04:00
# $FreeBSD$
.PATH: ${SRCTOP}/sys/fs/unionfs
KMOD= unionfs
SRCS= vnode_if.h \
union_subr.c union_vfsops.c union_vnops.c
.include <bsd.kmod.mk>