diff options
author | pettai <pettai@pkgsrc.org> | 2012-05-05 00:01:24 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-05-05 00:01:24 +0000 |
commit | 97bc2c5f3e0b3f3e38fa4feaf17263804c97228b (patch) | |
tree | e5360e1faddcadcb56de87433e787b3a16844bd0 /security | |
parent | 6b8d673d59eab44a57c45cd1710f6fa7b04af402 (diff) | |
download | pkgsrc-97bc2c5f3e0b3f3e38fa4feaf17263804c97228b.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 |