Fix make depend in sys/modules

Differential Revision:	https://reviews.freebsd.org/D1338
Reviewed by:	delphij
Approved by:	delphij
This commit is contained in:
Li-Wen Hsu 2014-12-19 06:51:01 +00:00
parent cfbebadc60
commit cf56c6b846

View File

@ -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>