]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/udf/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>