diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2015-11-22 02:01:01 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2015-11-22 02:01:01 +0000 |
| commit | 7672ca059a716f41cd64daef56493a75d661b166 (patch) | |
| tree | 4c85d6f5af70563000b28b7106f83909de2cb156 /sys/modules/cryptodev | |
| parent | 64e13a5801a8db9e0d35b5c7b17ca4e017983c53 (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 cc5ca1234e2d..a82517d5897c 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 opt_kdtrace.h +SRCS += bus_if.h device_if.h opt_compat.h .include <bsd.kmod.mk> |
