diff options
author | ache <ache@FreeBSD.org> | 1996-04-19 00:42:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-04-19 00:42:12 +0800 |
commit | 9374a4f3283e6691589dbf7814a2b21a48a9afaa (patch) | |
tree | a70751710f87194a5f4c4b521383c192e7020dc2 /net | |
parent | bd43948da8b531a8d281753f7271822de65c4930 (diff) | |
download | freebsd-ports-gnome-9374a4f3283e6691589dbf7814a2b21a48a9afaa.tar.gz freebsd-ports-gnome-9374a4f3283e6691589dbf7814a2b21a48a9afaa.tar.zst freebsd-ports-gnome-9374a4f3283e6691589dbf7814a2b21a48a9afaa.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++ |