diff options
author | pettai <pettai@pkgsrc.org> | 2013-03-06 22:54:51 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-03-06 22:54:51 +0000 |
commit | fd9e20f7efcbcb3011906299a0dc63372971e9b3 (patch) | |
tree | 7eeab56b1e38a6402d46dbcca032edad247f26b5 /security | |
parent | 4c83b0d8ac8aafd0bb960b0c4d0675d91cdd7466 (diff) | |
download | pkgsrc-fd9e20f7efcbcb3011906299a0dc63372971e9b3.tar.gz |
Added log2timeline
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 78c66cf8f01..7d823c77fb7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.456 2013/02/28 15:44:23 agc Exp $ +# $NetBSD: Makefile,v 1.457 2013/03/06 22:54:51 pettai Exp $ # COMMENT= Security tools @@ -147,6 +147,7 @@ SUBDIR+= libtasn1 SUBDIR+= libtcpa SUBDIR+= libtomcrypt SUBDIR+= libyubikey +SUBDIR+= log2timeline SUBDIR+= logcheck SUBDIR+= lsh SUBDIR+= lua-sec |