diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-07 06:20:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-07 06:20:57 +0000 |
commit | e76e9d50aaef1f142cb125c1f7c150ad6385f509 (patch) | |
tree | 8d55ee4f75d5ad24c812d2e8dd8505bad50ae803 | |
parent | 8445980018329c2a3840af64b97ec76cf29d28f1 (diff) | |
download | ports-e76e9d50aaef1f142cb125c1f7c150ad6385f509.tar.gz ports-e76e9d50aaef1f142cb125c1f7c150ad6385f509.zip |
Turn on socks4.
(just realized socks5 is in net, not security. Oh well, too late now...)
Notes
Notes:
svn path=/head/; revision=7497
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 994714d64050..81f06867af8a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1997/05/03 00:22:42 jfitz Exp $ +# $Id: Makefile,v 1.18 1997/07/30 22:11:44 jdp Exp $ # SUBDIR += SSLeay @@ -16,6 +16,7 @@ SUBDIR += pidentd SUBDIR += rsaref SUBDIR += safe-tcl + SUBDIR += socks4 SUBDIR += ssh SUBDIR += sudo SUBDIR += super |