mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
|
|
.PATH: ${.PARSEDIR:H:H}/security/mac_veriexec
|
|
.PATH: ${.PARSEDIR:H:H}/crypto
|
|
|
|
KMOD= mac_veriexec_sha1
|
|
SRCS= mac_veriexec_sha1.c sha1.c
|
|
|
|
.include <bsd.kmod.mk>
|
|
|