diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-24 08:01:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-24 08:01:53 +0000 |
commit | fadac549c4456eed3fa7a166db60cd68ad3d115b (patch) | |
tree | 61373b862d7ded0a6b107c8a4a25dddc9c4b38fb | |
parent | Upgrade to version 1.7.4 (hope distfile hangs around for a few days...) (diff) |
Add bitchx and spegla.
Notes
Notes:
svn path=/head/; revision=10665
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 496c3a4c5589..13f2f0bc61c5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.150 1998/04/04 04:59:26 obrien Exp $ +# $Id: Makefile,v 1.151 1998/04/11 15:08:25 vanilla Exp $ # SUBDIR += SSLtelnet @@ -8,6 +8,7 @@ SUBDIR += bb SUBDIR += bind8 SUBDIR += bing + SUBDIR += bitchx SUBDIR += cap SUBDIR += choparp SUBDIR += clog @@ -86,6 +87,7 @@ SUBDIR += slirp SUBDIR += sniffit SUBDIR += socks5 + SUBDIR += spegla SUBDIR += strobe SUBDIR += sup SUBDIR += tac_plus |