diff options
author | pettai <pettai> | 2012-05-05 00:01:24 +0000 |
---|---|---|
committer | pettai <pettai> | 2012-05-05 00:01:24 +0000 |
commit | 8122d43ead893a59630b0cf082c1a007946052a9 (patch) | |
tree | e5360e1faddcadcb56de87433e787b3a16844bd0 /security | |
parent | 8147e3be6e30effd7c4e4a807520b115b11b6d5b (diff) | |
download | pkgsrc-8122d43ead893a59630b0cf082c1a007946052a9.tar.gz |
Added validns
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 3bc7a4af1a7..1d1d32978ec 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.430 2012/03/26 09:27:27 markd Exp $ +# $NetBSD: Makefile,v 1.431 2012/05/05 00:01:24 pettai Exp $ # COMMENT= Security tools @@ -377,6 +377,7 @@ SUBDIR+= tct SUBDIR+= tkpasman SUBDIR+= tripwire SUBDIR+= uvscan +SUBDIR+= validns SUBDIR+= xml-security-c SUBDIR+= xmlsec1 SUBDIR+= yafic |