diff options
author | markd <markd> | 2014-11-13 11:30:39 +0000 |
---|---|---|
committer | markd <markd> | 2014-11-13 11:30:39 +0000 |
commit | 0a9ec4e3a41085e3dbec5331b2f949a5d4d6a47b (patch) | |
tree | 4aef47821a9c48234d343232f0dabfaacc11be1f /security | |
parent | d05db8c78cee41b1b0380552dfa6f6170a905563 (diff) | |
download | pkgsrc-0a9ec4e3a41085e3dbec5331b2f949a5d4d6a47b.tar.gz |
kwallet becomes kwalletmanager
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index ba348f5336b..b9305031cf0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.525 2014/11/02 20:39:03 agc Exp $ +# $NetBSD: Makefile,v 1.526 2014/11/13 11:30:39 markd Exp $ # COMMENT= Security tools @@ -117,7 +117,7 @@ SUBDIR+= kpcli SUBDIR+= kssh SUBDIR+= kstart SUBDIR+= kth-krb4 -SUBDIR+= kwallet +SUBDIR+= kwalletmanager SUBDIR+= lasso SUBDIR+= libassuan SUBDIR+= libassuan2 |