diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:50:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:50:49 +0000 |
commit | 7af4763de95d0d7c66c76adb42e8f9f335aa8c4e (patch) | |
tree | 0ac7e39432d85f8ff385ae991c89d674cfa69f98 /net/Makefile | |
parent | 150f0c5833c198f876bebdda1178e360dd79d0dc (diff) | |
download | ports-7af4763de95d0d7c66c76adb42e8f9f335aa8c4e.tar.gz ports-7af4763de95d0d7c66c76adb42e8f9f335aa8c4e.zip |
Add bb and socks5.
Notes
Notes:
svn path=/head/; revision=4680
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 51bbdf461568..7b8e10d730de 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++ |