diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-04-18 16:42:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-04-18 16:42:12 +0000 |
commit | 1e64ec96cfccfc827631b0526834090b3bfb9ec5 (patch) | |
tree | 4ebd1128c7d40dad2b0499b7794e13a780c35aeb /net | |
parent | 88168b3693da8f15dbee5d7c0307e08df6921f53 (diff) | |
download | freebsd-ports-1e64ec96cfccfc827631b0526834090b3bfb9ec5.zip |
Add speak_freely
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index fecd8b50b657..f3ac4b298ec3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.65 1996/03/25 10:13:47 asami Exp $ +# $Id: Makefile,v 1.66 1996/04/12 08:42:56 asami Exp $ # SUBDIR += archie @@ -25,6 +25,7 @@ SUBDIR += samba SUBDIR += scotty SUBDIR += slirp + SUBDIR += speak_freely SUBDIR += sup SUBDIR += tclDP SUBDIR += tintin++ |