mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the Makefile glue for the udf_iconv module.
Submitted by: imura@ryu16.org
This commit is contained in:
parent
ed91f9a547
commit
7773002178
2 changed files with 10 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ SUBDIR= accf_data \
|
|||
ucom \
|
||||
udbp \
|
||||
udf \
|
||||
udf_iconv \
|
||||
ufm \
|
||||
uftdi \
|
||||
ugen \
|
||||
|
|
|
|||
9
sys/modules/udf_iconv/Makefile
Normal file
9
sys/modules/udf_iconv/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../fs/udf
|
||||
KMOD= udf_iconv
|
||||
SRCS= udf_iconv.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue