diff options
author | obrien <obrien@FreeBSD.org> | 1997-08-07 14:20:57 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-08-07 14:20:57 +0800 |
commit | 37dbb8bb26cfbb161fd3a2837e505531a7ac8a41 (patch) | |
tree | 4c3b4b88d259a8ec423af37c99ac7f450c25b087 /security | |
parent | 9cd147f95c5ecec37c5aabe3acad367ba6c1695d (diff) | |
download | freebsd-ports-graphics-37dbb8bb26cfbb161fd3a2837e505531a7ac8a41.tar.gz freebsd-ports-graphics-37dbb8bb26cfbb161fd3a2837e505531a7ac8a41.tar.zst freebsd-ports-graphics-37dbb8bb26cfbb161fd3a2837e505531a7ac8a41.zip |
Turn on socks4.
(just realized socks5 is in net, not security. Oh well, too late now...)
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 994714d6405..81f06867af8 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 |