xref: /netbsd-src/external/apache2/argon2/lib/libargon2/Makefile (revision 4ac76180e904e771b9d522c7e57296d371f06499)
1# $NetBSD: Makefile,v 1.5 2022/05/17 18:55:41 christos Exp $
2
3LIBISPRIVATE=	pic
4
5.include <bsd.own.mk>
6
7LIB=	argon2
8
9.include "${.CURDIR}/Makefile.inc"
10
11.include <bsd.lib.mk>
12