diff options
author | snj <snj@pkgsrc.org> | 2004-07-21 03:09:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-07-21 03:09:44 +0000 |
commit | 8b784bb73bb2d02e97c8c2305f18fc4b24d47a80 (patch) | |
tree | 2061f6c1d921de93bc4bf7a43c1492f92cc6cd7e /security | |
parent | 6912515fb223793af7769e9ae7e5910f6b89f185 (diff) | |
download | pkgsrc-8b784bb73bb2d02e97c8c2305f18fc4b24d47a80.tar.gz |
Add steghide.
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 480d3e8baee..c77503d7e41 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2004/07/15 23:11:40 recht Exp $ +# $NetBSD: Makefile,v 1.188 2004/07/21 03:09:44 snj Exp $ # COMMENT= Security tools @@ -181,6 +181,7 @@ SUBDIR+= ssh2 SUBDIR+= ssh2-nox11 SUBDIR+= ssldump SUBDIR+= sslwrap +SUBDIR+= steghide SUBDIR+= stunnel SUBDIR+= sudo SUBDIR+= tacshell |