diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-23 19:15:54 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-23 19:15:54 +0000 |
commit | 6576b522590be76add6c8970dd0b99166f7d658b (patch) | |
tree | 0f1ebe38c2f965e14e09f766364bab38bab9f30d /security | |
parent | c4ed119b0198695c58802f2e4597819c5c0aecd4 (diff) | |
download | pkgsrc-6576b522590be76add6c8970dd0b99166f7d658b.tar.gz |
Add libprelude bindings.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 23282181e09..1a84810d564 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.354 2009/08/09 05:53:28 agc Exp $ +# $NetBSD: Makefile,v 1.355 2009/08/23 19:15:54 hasso Exp $ # COMMENT= Security tools @@ -108,6 +108,10 @@ SUBDIR+= libmcrypt SUBDIR+= libnasl SUBDIR+= libp11 SUBDIR+= libprelude +SUBDIR+= libprelude-lua +SUBDIR+= libprelude-perl +SUBDIR+= libprelude-python +SUBDIR+= libprelude-ruby SUBDIR+= libpreludedb SUBDIR+= libssh SUBDIR+= libssh2 |