diff options
author | jlam <jlam> | 2004-01-10 14:57:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-10 14:57:21 +0000 |
commit | 794fa1f7186e40101d317d030b3b8ab0a79edb2b (patch) | |
tree | 8eba8a1b03bee819490cdb8e948747447d776242 /security | |
parent | 96abe366e18dbd15683480c70ada90d1e511ad42 (diff) | |
download | pkgsrc-794fa1f7186e40101d317d030b3b8ab0a79edb2b.tar.gz |
Add and enable heimdal.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 7ca678257d8..e093a849baa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2004/01/09 19:47:39 jlam Exp $ +# $NetBSD: Makefile,v 1.159 2004/01/10 14:57:21 jlam Exp $ # COMMENT= Security tools @@ -43,6 +43,7 @@ SUBDIR+= gsasl SUBDIR+= gss SUBDIR+= gtk-systrace SUBDIR+= hackbot +SUBDIR+= heimdal SUBDIR+= isakmpd SUBDIR+= john SUBDIR+= keychain |