mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 00:01:54 -05:00
10 lines
132 B
Makefile
10 lines
132 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../fs/udf
|
||
|
|
KMOD= udf_iconv
|
||
|
|
SRCS= udf_iconv.c
|
||
|
|
|
||
|
|
CFLAGS+= -I${.CURDIR}/../../
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|