diff options
author | hubertf <hubertf> | 2000-10-31 01:19:36 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-31 01:19:36 +0000 |
commit | 57160d537c92326dec18d7c2f5f730cf8e8d0b25 (patch) | |
tree | 71f3b76b2332b0b23b82cb9b7822910cb0b8002e /security | |
parent | a23fd3596e0f6654d48aa02bb10589b69b63bcae (diff) | |
download | pkgsrc-57160d537c92326dec18d7c2f5f730cf8e8d0b25.tar.gz |
add & enable ssldump
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 f022cb78936..7781b40966d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2000/10/21 18:48:38 rh Exp $ +# $NetBSD: Makefile,v 1.48 2000/10/31 01:19:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -45,6 +45,7 @@ SUBDIR += ssh6 SUBDIR += ssh-askpass SUBDIR += ssh-ip-tunnel + SUBDIR += ssldump SUBDIR += stunnel SUBDIR += sudo SUBDIR += tripwire |