diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 08:50:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 08:50:49 +0000 |
commit | f7c3428df430d6a806d209ae0a6160d7a5ffbd4f (patch) | |
tree | baf02ed95a93eaff1214792dda1438ce2ddf5e46 /net | |
parent | 240f4dac0e6ff0e6b20ea63246ce74e83b7cfcbb (diff) | |
download | FreeBSD-ports-f7c3428df430d6a806d209ae0a6160d7a5ffbd4f.zip FreeBSD-ports-f7c3428df430d6a806d209ae0a6160d7a5ffbd4f.tar.gz |
Add bb and socks5.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 51bbdf4..7b8e10d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.82 1996/11/11 23:26:07 ache Exp $ +# $Id: Makefile,v 1.83 1996/11/22 08:20:25 obrien Exp $ # SUBDIR += archie SUBDIR += ascend-radius + SUBDIR += bb SUBDIR += cvsup SUBDIR += dgd SUBDIR += dgd-lpmud @@ -34,6 +35,7 @@ SUBDIR += samba SUBDIR += scotty SUBDIR += slirp + SUBDIR += socks5 SUBDIR += sup SUBDIR += telnetx SUBDIR += tintin++ |