diff options
author | itojun <itojun@pkgsrc.org> | 2004-02-27 22:14:10 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2004-02-27 22:14:10 +0000 |
commit | d74a69ec3a0f912f101ff458b8ead60e7eb66a59 (patch) | |
tree | f4ad022268f46493c6ac297fc9120cc008611f1e /security | |
parent | 29df46242dd7c09d410eebb12497aee4c258f528 (diff) | |
download | pkgsrc-d74a69ec3a0f912f101ff458b8ead60e7eb66a59.tar.gz |
add ike-scan
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 84c21c4dce5..4781092e264 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.169 2004/02/25 19:00:16 heinz Exp $ +# $NetBSD: Makefile,v 1.170 2004/02/27 22:14:10 itojun Exp $ # COMMENT= Security tools @@ -47,6 +47,7 @@ SUBDIR+= gss SUBDIR+= gtk-systrace SUBDIR+= hackbot SUBDIR+= heimdal +SUBDIR+= ike-scan SUBDIR+= isakmpd SUBDIR+= john SUBDIR+= keychain |