diff options
author | pettai <pettai> | 2012-11-10 22:16:40 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-11-10 22:16:40 +0000 |
commit | ec8aba18d72879a1c2b80cbc656d9e8b124454e6 (patch) | |
tree | e8c40e23fe564bcd6c0edd0a800798d05423215a /security | |
parent | 83076ffc0a926cbb5bca509b3791d47cb05a2ce6 (diff) | |
download | pkgsrc-ec8aba18d72879a1c2b80cbc656d9e8b124454e6.tar.gz |
Added otptool
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 13c3219655a..9641859a991 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.446 2012/11/07 10:32:44 wiz Exp $ +# $NetBSD: Makefile,v 1.447 2012/11/10 22:16:40 pettai Exp $ # COMMENT= Security tools @@ -181,6 +181,7 @@ SUBDIR+= openvas-libraries SUBDIR+= openvas-plugins SUBDIR+= openvas-server SUBDIR+= otpCalc +SUBDIR+= otptool SUBDIR+= p0f SUBDIR+= p11-kit SUBDIR+= p5-AuthCAS |