mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
|
|
SYSDIR?= ${SRCTOP}/sys
|
|
|
|
KMOD= dtraceall
|
|
SRCS= dtraceall.c opt_nfs.h
|
|
|
|
CFLAGS+= -I${SYSDIR}
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|