diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-22 08:32:39 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-03-22 08:32:39 +0000 |
| commit | bf8e3513bbd411c51e6aa59995b0ef1e45bf55bb (patch) | |
| tree | 5bc7a49aa7e9cac23bd966a16626b55aba78f9ec /sys/modules/blake2 | |
| parent | 4754f6ad4120dbae31229dac9f1d401ae35706dd (diff) | |
Notes
Diffstat (limited to 'sys/modules/blake2')
| -rw-r--r-- | sys/modules/blake2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/blake2/Makefile b/sys/modules/blake2/Makefile index 77665b452b8d..71d902ce841a 100644 --- a/sys/modules/blake2/Makefile +++ b/sys/modules/blake2/Makefile @@ -80,7 +80,7 @@ SRCS += string.h SRCS += blake2_cryptodev.c -SRCS += opt_param.h cryptodev_if.h +SRCS += opt_param.h cryptodev_if.h bus_if.h device_if.h WARNS ?= 6 |
