diff options
author | agc <agc@pkgsrc.org> | 2003-08-19 15:48:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-08-19 15:48:17 +0000 |
commit | 33220fdf7fc7887cd06a5026b8e072fb87e3f286 (patch) | |
tree | bbcf58ee2a9c1d41960f619515a72d8e8a4a1c0f /security/Makefile | |
parent | 17e0e1d5d60858722cf59d276432289961add523 (diff) | |
download | pkgsrc-33220fdf7fc7887cd06a5026b8e072fb87e3f286.tar.gz |
Add and enable dropbear
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 67120b2f220..9ea104747b4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2003/08/03 15:48:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.139 2003/08/19 15:48:17 agc Exp $ # COMMENT= Security tools @@ -23,6 +23,7 @@ SUBDIR+= cy2-ntlm SUBDIR+= cyrus-sasl SUBDIR+= cyrus-sasl2 SUBDIR+= ddos-scan +SUBDIR+= dropbear SUBDIR+= dsniff SUBDIR+= egd SUBDIR+= flawfinder |