d196586a6c
use by the upcoming arc4random replacement.
9 lines
107 B
Makefile
9 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/crypto/chacha20
|
|
|
|
KMOD= chacha20
|
|
SRCS= chacha20.c
|
|
|
|
.include <bsd.kmod.mk>
|