Tue Mar 14 12:22:52 2023 UTC ()
security/Makefile: + yubikey-manager-qt


(wiz)
diff -r1.891 -r1.892 pkgsrc/security/Makefile

cvs diff -r1.891 -r1.892 pkgsrc/security/Makefile (expand / switch to unified diff)

--- pkgsrc/security/Makefile 2023/03/12 20:11:04 1.891
+++ pkgsrc/security/Makefile 2023/03/14 12:22:52 1.892
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.891 2023/03/12 20:11:04 leot Exp $ 1# $NetBSD: Makefile,v 1.892 2023/03/14 12:22:52 wiz Exp $
2# 2#
3 3
4COMMENT= Security and cryptography tools and libraries 4COMMENT= Security and cryptography tools and libraries
5 5
6SUBDIR+= 2fa 6SUBDIR+= 2fa
7SUBDIR+= Bastille 7SUBDIR+= Bastille
8SUBDIR+= CSP 8SUBDIR+= CSP
9SUBDIR+= CoolKey 9SUBDIR+= CoolKey
10SUBDIR+= EasyPG 10SUBDIR+= EasyPG
11SUBDIR+= HElib 11SUBDIR+= HElib
12SUBDIR+= KeePass 12SUBDIR+= KeePass
13SUBDIR+= PACK 13SUBDIR+= PACK
14SUBDIR+= PortableSigner 14SUBDIR+= PortableSigner
@@ -647,18 +647,19 @@ SUBDIR+= validns @@ -647,18 +647,19 @@ SUBDIR+= validns
647SUBDIR+= vault 647SUBDIR+= vault
648SUBDIR+= vaultwarden 648SUBDIR+= vaultwarden
649SUBDIR+= volatility3 649SUBDIR+= volatility3
650SUBDIR+= wfuzz 650SUBDIR+= wfuzz
651SUBDIR+= wolfssl 651SUBDIR+= wolfssl
652SUBDIR+= xca 652SUBDIR+= xca
653SUBDIR+= xml-security-c 653SUBDIR+= xml-security-c
654SUBDIR+= xmlsec1 654SUBDIR+= xmlsec1
655SUBDIR+= yafic 655SUBDIR+= yafic
656SUBDIR+= yara 656SUBDIR+= yara
657SUBDIR+= ykclient 657SUBDIR+= ykclient
658SUBDIR+= ykman 658SUBDIR+= ykman
659SUBDIR+= ykpers 659SUBDIR+= ykpers
 660SUBDIR+= yubikey-manager-qt
660SUBDIR+= zebedee 661SUBDIR+= zebedee
661SUBDIR+= zkt 662SUBDIR+= zkt
662SUBDIR+= zoneminder 663SUBDIR+= zoneminder
663 664
664.include "../mk/misc/category.mk" 665.include "../mk/misc/category.mk"