freebsd-dev/sys/modules/chacha20/Makefile
Dag-Erling Smørgrav d196586a6c 3BSD-licensed implementation of the chacha20 stream cipher, intended for
use by the upcoming arc4random replacement.
2017-04-15 20:51:53 +00:00

9 lines
107 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/crypto/chacha20
KMOD= chacha20
SRCS= chacha20.c
.include <bsd.kmod.mk>