diff options
Diffstat (limited to 'sys/modules/cryptodev/Makefile')
-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 7497772bb0b6..08bed84125af 100644 --- a/sys/modules/cryptodev/Makefile +++ b/sys/modules/cryptodev/Makefile @@ -3,6 +3,6 @@ .PATH: ${SRCTOP}/sys/opencrypto KMOD = cryptodev SRCS = cryptodev.c -SRCS += bus_if.h device_if.h opt_compat.h +SRCS += bus_if.h device_if.h .include <bsd.kmod.mk> |