mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
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>
|