]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/udf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>