diff options
author | bjs <bjs@pkgsrc.org> | 2008-03-02 16:14:34 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-03-02 16:14:34 +0000 |
commit | b38e70f71475bf426874a802329bf28c2d67b34c (patch) | |
tree | 741720b2ef99c232c47313b0fb705d9e1ad06339 /security | |
parent | aed8b9137d4de7e1f71b5ee26fe529f5e890a26c (diff) | |
download | pkgsrc-b38e70f71475bf426874a802329bf28c2d67b34c.tar.gz |
Add libssh2 to category Makefile.
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 65ddbcb51cb..a3fe8fd2fe9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.311 2008/02/12 23:13:58 adrianp Exp $ +# $NetBSD: Makefile,v 1.312 2008/03/02 16:14:34 bjs Exp $ # COMMENT= Security tools @@ -106,6 +106,7 @@ SUBDIR+= libnasl SUBDIR+= libprelude SUBDIR+= libpreludedb SUBDIR+= libssh +SUBDIR+= libssh2 SUBDIR+= libtasn1 SUBDIR+= libtcpa SUBDIR+= logcheck |