? security/scrypt/PLIST.2 Index: security/scrypt/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/security/scrypt/Makefile,v retrieving revision 1.6 diff -p -u -u -r1.6 Makefile --- security/scrypt/Makefile 16 Sep 2019 05:13:28 -0000 1.6 +++ security/scrypt/Makefile 30 Dec 2019 00:16:08 -0000 @@ -14,5 +14,7 @@ GNU_CONFIGURE= yes TEST_TARGET= test UNLIMIT_RESOURCES= datasize +CONFIGURE_ARGS+= --enable-libscrypt-kdf + .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: security/scrypt/PLIST =================================================================== RCS file: /cvsroot/pkgsrc/security/scrypt/PLIST,v retrieving revision 1.1 diff -p -u -u -r1.1 PLIST --- security/scrypt/PLIST 17 Oct 2012 22:17:47 -0000 1.1 +++ security/scrypt/PLIST 30 Dec 2019 00:16:08 -0000 @@ -1,3 +1,5 @@ @comment $NetBSD: PLIST,v 1.1 2012/10/17 22:17:47 pettai Exp $ bin/scrypt +include/scrypt-kdf.h +lib/libscrypt-kdf.la man/man1/scrypt.1