diff options
author | agc <agc> | 2007-10-29 09:58:43 +0000 |
---|---|---|
committer | agc <agc> | 2007-10-29 09:58:43 +0000 |
commit | 5a50f99a75c53b563e8c2a6fabdecc0d8bfd02c7 (patch) | |
tree | 7bffec9affd28830204087c4bc14c9455945308f /security/Makefile | |
parent | 8617534dc53d098d4707c83727026a757043edc6 (diff) | |
download | pkgsrc-5a50f99a75c53b563e8c2a6fabdecc0d8bfd02c7.tar.gz |
Add and enable snow.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index b855a6cfb57..3dab83652c6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.305 2007/10/21 13:51:41 adrianp Exp $ +# $NetBSD: Makefile,v 1.306 2007/10/29 09:58:43 agc Exp $ # COMMENT= Security tools @@ -251,6 +251,7 @@ SUBDIR+= smimemsg SUBDIR+= smtpd SUBDIR+= sniff SUBDIR+= snortsnarf +SUBDIR+= snow SUBDIR+= srm SUBDIR+= srp_client SUBDIR+= ssh-askpass |