]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/chacha20/Makefile
Merge compiler-rt trunk r321017 to contrib/compiler-rt.
[FreeBSD/FreeBSD.git] / sys / modules / chacha20 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/crypto/chacha20
4
5 KMOD=   chacha20
6 SRCS=   chacha20.c
7
8 .include <bsd.kmod.mk>