Add the Makefile glue for the udf_iconv module.

Submitted by: imura@ryu16.org
This commit is contained in:
scottl 2003-11-07 09:38:05 +00:00
parent e43722693d
commit a91460d543
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>