diff options
author | asami <asami@FreeBSD.org> | 1996-03-25 16:59:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-25 16:59:46 +0800 |
commit | f0b6c4b8b64823018b3dc4d0b40f349f3b238e2d (patch) | |
tree | b13954931f3e94556451e6325d0cf918cc7cfb62 /net | |
parent | 78d0cadf54ba862ff5d579de9075b9f66fea9412 (diff) | |
download | freebsd-ports-gnome-f0b6c4b8b64823018b3dc4d0b40f349f3b238e2d.tar.gz freebsd-ports-gnome-f0b6c4b8b64823018b3dc4d0b40f349f3b238e2d.tar.zst freebsd-ports-gnome-f0b6c4b8b64823018b3dc4d0b40f349f3b238e2d.zip |
Added ftptool.
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 75c76412a4fd..9eae78a02a35 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1995/11/26 22:21:13 asami Exp $ +# $Id: Makefile,v 1.63 1996/01/23 12:32:53 pst Exp $ # SUBDIR += archie @@ -7,6 +7,7 @@ RESTRICTED += dhcp # license issues for distribution SUBDIR += dgd-lpmud SUBDIR += dip SUBDIR += fspclient + SUBDIR += ftptool SUBDIR += gated SUBDIR += gopher SUBDIR += imm |