freebsd-dev/sys/modules/udf/Makefile

13 lines
164 B
Makefile
Raw Normal View History

2002-04-14 16:52:14 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/udf
KMOD= udf
SRCS= udf_vfsops.c udf_vnops.c osta.c
SRCS+= vnode_if.h
NOMAN=
CLEANFILES= .depend
.include <bsd.kmod.mk>