diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:59:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:59:46 +0000 |
commit | e175c9156a191f8ee5a0e1b2187f38e2b7af0002 (patch) | |
tree | e91d18bd5fa14db522ef958427457422a6b6b070 /net/Makefile | |
parent | 5fb563ecd192324bff6c79b1ef5ff91741b4eac3 (diff) |
Added ftptool.
Notes
Notes:
svn path=/head/; revision=2887
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 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 |