diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-14 06:01:55 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-14 06:01:55 +0000 |
commit | d4013c4a1ab0caebdf2234b5a90b823c5ea8e783 (patch) | |
tree | 79d47cf37f19e368c9f33bc20654125c1c38c699 /net | |
parent | 4d8f38605f124003f5f5c29bb2121f1d3fb88f65 (diff) | |
download | freebsd-ports-d4013c4a1ab0caebdf2234b5a90b823c5ea8e783.zip |
Add greed
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 f2b4d0b0cd75..04c5e5ebbde1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.245 1999/04/10 19:46:26 jseger Exp $ +# $Id: Makefile,v 1.246 1999/04/13 17:11:22 taoka Exp $ # SUBDIR += SSLtelnet @@ -62,6 +62,7 @@ SUBDIR += gnu-finger SUBDIR += gopher SUBDIR += gicq + SUBDIR += greed SUBDIR += gtksamba SUBDIR += gwget SUBDIR += h2n |