diff options
author | agc <agc@pkgsrc.org> | 2010-11-27 06:13:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-11-27 06:13:25 +0000 |
commit | a71329091335c9cd0624c66978c6a615746242bd (patch) | |
tree | 42e0d7351aab65095578e938c29d5ac26d8fc071 /security/Makefile | |
parent | 6befaa1cafc034740176136c3f9d9b4b51976ca9 (diff) | |
download | pkgsrc-a71329091335c9cd0624c66978c6a615746242bd.tar.gz |
add and enable libtomcrypt
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 c723c61bf16..8fcbc28663c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.400 2010/11/09 03:34:32 agc Exp $ +# $NetBSD: Makefile,v 1.401 2010/11/27 06:13:25 agc Exp $ # COMMENT= Security tools @@ -135,6 +135,7 @@ SUBDIR+= libssh SUBDIR+= libssh2 SUBDIR+= libtasn1 SUBDIR+= libtcpa +SUBDIR+= libtomcrypt SUBDIR+= logcheck SUBDIR+= lsh SUBDIR+= lua-sec |