diff options
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0cc2abfa266..3687be34b44 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2021/04/25 23:43:48 christos Exp $ +# $NetBSD: Makefile,v 1.293 2021/11/22 14:34:35 nia Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -54,6 +54,10 @@ SUBDIR+= libskey SUBDIR+= libnvmm .endif +.if (${MKARGON2} != "no") +SUBDIR+= ../external/apache2/argon2/lib/libargon2 +.endif + .if (${MKMDNS} != "no") SUBDIR+= ../external/apache2/mDNSResponder/lib .endif |
