svn commit: r275931 - head/sys/modules/cryptodev
Li-Wen Hsu
lwhsu at FreeBSD.org
Fri Dec 19 06:51:02 UTC 2014
Author: lwhsu (ports committer)
Date: Fri Dec 19 06:51:01 2014
New Revision: 275931
URL: https://svnweb.freebsd.org/changeset/base/275931
Log:
Fix `make depend` in sys/modules
Differential Revision: https://reviews.freebsd.org/D1338
Reviewed by: delphij
Approved by: delphij
Modified:
head/sys/modules/cryptodev/Makefile
Modified: head/sys/modules/cryptodev/Makefile
==============================================================================
--- head/sys/modules/cryptodev/Makefile Fri Dec 19 06:48:47 2014 (r275930)
+++ head/sys/modules/cryptodev/Makefile Fri Dec 19 06:51:01 2014 (r275931)
@@ -3,6 +3,6 @@
.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 <bsd.kmod.mk>
More information about the svn-src-all
mailing list