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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"