]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/udf/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>