diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-12-19 06:51:01 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-12-19 06:51:01 +0000 |
| commit | cf56c6b846ec96ae7e79afb9a581580f8b9390f9 (patch) | |
| tree | 0ef74b6d912d1ff26729eacf06802dd3abf6da10 /sys/modules/cryptodev | |
| parent | cfbebadc603ad85459bd6f189c192d3ad44f6b43 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cryptodev')
| -rw-r--r-- | sys/modules/cryptodev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile index a82517d5897c..cc5ca1234e2d 100644 --- a/sys/modules/cryptodev/Makefile +++ b/sys/modules/cryptodev/Makefile @@ -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> |
