]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/udf/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / udf / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/udf
4
5 KMOD=   udf
6
7 SRCS=   udf_vfsops.c udf_vnops.c osta.c
8 SRCS+=  vnode_if.h
9 EXPORT_SYMS=    udf_iconv
10
11 .include <bsd.kmod.mk>