diff options
author | tron <tron@pkgsrc.org> | 2000-04-03 17:24:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-03 17:24:17 +0000 |
commit | 281259c2433873624f4ca5ff36430d2920871339 (patch) | |
tree | 72b31427121722150e9f215984b632dc1d65c950 /security | |
parent | 7e3ad98ca22c53562c4a2564ac6845e9b8330b81 (diff) | |
download | pkgsrc-281259c2433873624f4ca5ff36430d2920871339.tar.gz |
Add and enable "stunnel".
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 380e8fdc14c..80be0a6ee2e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/03/27 16:04:12 itojun Exp $ +# $NetBSD: Makefile,v 1.30 2000/04/03 17:24:17 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -26,6 +26,7 @@ SUBDIR += ssh SUBDIR += ssh6 SUBDIR += ssh-ip-tunnel + SUBDIR += stunnel SUBDIR += sudo SUBDIR += tripwire |