diff options
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 54d0d76f110..eab34f9afb3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.732 2020/01/18 15:26:22 pho Exp $ +# $NetBSD: Makefile,v 1.733 2020/01/18 23:30:42 pho Exp $ # COMMENT= Security tools @@ -127,6 +127,7 @@ SUBDIR+= hs-SHA SUBDIR+= hs-cryptohash-sha256 SUBDIR+= hs-cryptonite SUBDIR+= hs-digest +SUBDIR+= hs-ed25519 SUBDIR+= hs-pem SUBDIR+= hs-tls SUBDIR+= hs-x509 |