Author: lwhsu (ports committer) Date: Thu Mar 22 08:32:39 2018 New Revision: 331346 URL: https://svnweb.freebsd.org/changeset/base/331346
Log: Fix build. Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D14793 Modified: head/sys/modules/blake2/Makefile Modified: head/sys/modules/blake2/Makefile ============================================================================== --- head/sys/modules/blake2/Makefile Thu Mar 22 06:31:05 2018 (r331345) +++ head/sys/modules/blake2/Makefile Thu Mar 22 08:32:39 2018 (r331346) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
