freebsd-dev/sys/modules/unionfs/Makefile

10 lines
149 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/unionfs
KMOD= unionfs
SRCS= vnode_if.h \
union_subr.c union_vfsops.c union_vnops.c
.include <bsd.kmod.mk>