1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../fs/udf
4KMOD=	udf_iconv
5SRCS=	udf_iconv.c
6
7CFLAGS+= -I${.CURDIR}/../../
8
9.include <bsd.kmod.mk>
10