mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../security/mac_veriexec
|
||
|
|
.PATH: ${.CURDIR}/../../crypto/sha2
|
||
|
|
|
||
|
|
KMOD= mac_veriexec_sha256
|
||
|
|
SRCS= mac_veriexec_sha256.c sha256c.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|
||
|
|
|