mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
As of r258541, KDTRACE_HOOKS is defined in opt_global.h, so opt_kdtrace.h is not needed when defining SDT(9) probes.
8 lines
150 B
Makefile
8 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
SRCS += bus_if.h device_if.h opt_compat.h
|
|
|
|
.include <bsd.kmod.mk>
|