diff options
author | steve <steve@FreeBSD.org> | 1999-06-07 01:49:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-07 01:49:58 +0800 |
commit | 422c9b2d98ef502cf14c65456dfb4819372059e9 (patch) | |
tree | 48049b2a0d326278141717b0673050e1a4fd0406 /security | |
parent | 0cd886c802cca861b84b569e3e850cb3163e484f (diff) | |
download | freebsd-ports-gnome-422c9b2d98ef502cf14c65456dfb4819372059e9.tar.gz freebsd-ports-gnome-422c9b2d98ef502cf14c65456dfb4819372059e9.tar.zst freebsd-ports-gnome-422c9b2d98ef502cf14c65456dfb4819372059e9.zip |
Add the sslproxy port.
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 45578eba9958..a6bfe799a078 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.56 1999/06/01 20:39:08 mharo Exp $ +# $Id: Makefile,v 1.57 1999/06/02 08:13:02 mharo Exp $ # SUBDIR += bjorb @@ -45,6 +45,7 @@ SUBDIR += sniff SUBDIR += ssh SUBDIR += ssh2 + SUBDIR += sslproxy SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo |