7672ca059a
As of r258541, KDTRACE_HOOKS is defined in opt_global.h, so opt_kdtrace.h is not needed when defining SDT(9) probes.
9 lines
150 B
Makefile
9 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>
|