diff options
author | martti <martti> | 2006-10-16 09:16:37 +0000 |
---|---|---|
committer | martti <martti> | 2006-10-16 09:16:37 +0000 |
commit | 4661ea0f632233ad5405615c5b8a3e7968e6c116 (patch) | |
tree | e4a9dd13d79680a88a777931bd626d9e74ea6fb4 | |
parent | 298034edfe4a6489f7d5840e37daf1dc65d17cda (diff) | |
download | pkgsrc-4661ea0f632233ad5405615c5b8a3e7968e6c116.tar.gz |
Added yafic
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index e30361a8deb..52e4bf10abb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.275 2006/10/10 14:38:59 adrianp Exp $ +# $NetBSD: Makefile,v 1.276 2006/10/16 09:16:37 martti Exp $ # COMMENT= Security tools @@ -254,6 +254,7 @@ SUBDIR+= tkpasman SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= xmlsec1 +SUBDIR+= yafic SUBDIR+= zebedee .include "../mk/bsd.pkg.subdir.mk" |