Index: head/sys/modules/cryptodev/Makefile =================================================================== --- head/sys/modules/cryptodev/Makefile (revision 275930) +++ head/sys/modules/cryptodev/Makefile (revision 275931) @@ -1,8 +1,8 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../opencrypto KMOD = cryptodev SRCS = cryptodev.c -SRCS += bus_if.h device_if.h opt_compat.h +SRCS += bus_if.h device_if.h opt_compat.h opt_kdtrace.h .include