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