Add the Makefile glue for the udf_iconv module.

Submitted by: imura@ryu16.org
This commit is contained in:
Scott Long 2003-11-07 09:38:05 +00:00
parent ed91f9a547
commit 7773002178
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122221
2 changed files with 10 additions and 0 deletions

View File

@ -137,6 +137,7 @@ SUBDIR= accf_data \
ucom \
udbp \
udf \
udf_iconv \
ufm \
uftdi \
ugen \

View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/udf
KMOD= udf_iconv
SRCS= udf_iconv.c
CFLAGS+= -I${.CURDIR}/../../
.include <bsd.kmod.mk>