summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc>1998-06-11 16:08:59 +0000
committeragc <agc>1998-06-11 16:08:59 +0000
commitee4524045af5224e4c34fb63680cb773ba1913df (patch)
treea23ff0c77982fa9d31c92aba761a3464cc365512 /net
parentee7d06d6bc83f2e2c482180d714028e642dcb62a (diff)
downloadpkgsrc-ee4524045af5224e4c34fb63680cb773ba1913df.tar.gz
Add socks4.
Use bsd.prefs.mk to work out which version of socks support is needed. This defaults to version 5.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 6cc293de06f..f31c357eb0e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.30 1998/06/09 16:42:45 agc Exp $
+# $NetBSD: Makefile,v 1.31 1998/06/11 16:08:59 agc Exp $
# FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp
#
+.include "../mk/bsd.prefs.mk"
+
SUBDIR += archie
SUBDIR += arpwatch
# SUBDIR += ascend-radius
@@ -63,7 +65,11 @@
SUBDIR += sirc
SUBDIR += sniffit
# SUBDIR += slirp
+.ifdef USE_SOCKS
+ SUBDIR += socks${USE_SOCKS}
+.else
SUBDIR += socks5
+.endif
# SUBDIR += strobe
# SUBDIR += sup
# SUBDIR += tac_plus