diff options
author | asami <asami@FreeBSD.org> | 1997-01-07 20:46:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-07 20:46:33 +0800 |
commit | 0d4de65e4737b7609fc1c5ed815bb2832e512b64 (patch) | |
tree | ec7815e30a86bd4f8e15dad52e53f0f315dc3f1e /net/Makefile | |
parent | 0d11fa149cb2b66a04a038a6b43d9188584e0ae8 (diff) | |
download | freebsd-ports-graphics-0d4de65e4737b7609fc1c5ed815bb2832e512b64.tar.gz freebsd-ports-graphics-0d4de65e4737b7609fc1c5ed815bb2832e512b64.tar.zst freebsd-ports-graphics-0d4de65e4737b7609fc1c5ed815bb2832e512b64.zip |
Add strobe.
Not-sure-if-forgotten-by-him-but-I'm-going-to-commit-this-before-I-forget: max
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 38238f989d9..be9fc3854da 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.86 1996/12/06 10:23:28 max Exp $ +# $Id: Makefile,v 1.87 1997/01/02 07:26:52 tg Exp $ # SUBDIR += archie @@ -38,6 +38,7 @@ SUBDIR += scotty SUBDIR += slirp SUBDIR += socks5 + SUBDIR += strobe SUBDIR += sup SUBDIR += telnetx SUBDIR += tintin++ |