mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
126 B
Makefile
9 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/udf
|
|
KMOD= udf_iconv
|
|
SRCS= udf_iconv.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/
|
|
|
|
.include <bsd.kmod.mk>
|