Fix make depend
in sys/modules
Differential Revision: https://reviews.freebsd.org/D1338 Reviewed by: delphij Approved by: delphij
This commit is contained in:
parent
6227a44c22
commit
4f12f1f557
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user