diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-09-09 01:31:48 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-09-09 01:31:48 +0800 |
commit | 2659f6e82c4ad9f8ca9547c7d97ef4f44cbbf5df (patch) | |
tree | 59abe9938d3f8bca7b664365343e41ba0e47accf | |
parent | 41c4ef2f8787f1955dbaf61290d0f6c6d5a9c604 (diff) | |
download | freebsd-ports-graphics-2659f6e82c4ad9f8ca9547c7d97ef4f44cbbf5df.tar.gz freebsd-ports-graphics-2659f6e82c4ad9f8ca9547c7d97ef4f44cbbf5df.tar.zst freebsd-ports-graphics-2659f6e82c4ad9f8ca9547c7d97ef4f44cbbf5df.zip |
Activate boclient.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 1e1ab02d1b7..d5dc66bd51e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.178 1998/08/24 01:56:48 steve Exp $ +# $Id: Makefile,v 1.179 1998/08/30 16:09:08 steve Exp $ # SUBDIR += SSLtelnet @@ -11,6 +11,7 @@ SUBDIR += bing SUBDIR += bitchx SUBDIR += bnc + SUBDIR += boclient SUBDIR += cap SUBDIR += cftp SUBDIR += choparp |