diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 22:12:56 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 22:12:56 +0000 |
commit | 3d1ffb1bb360badbc0bff3fc9b85a74c1fdbd33c (patch) | |
tree | 19866cb17a0ef37e92e934268a83e38a7e72c347 | |
parent | Initial Import. (diff) |
Activate wxftp
PR: ports/8413
Notes
Notes:
svn path=/head/; revision=15028
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 8ec492e1b390..fba3d5cff78c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.199 1998/11/29 13:47:59 asami Exp $ +# $Id: Makefile,v 1.200 1998/12/01 12:00:32 obrien Exp $ # SUBDIR += SSLtelnet @@ -149,6 +149,7 @@ SUBDIR += wais SUBDIR += wget SUBDIR += wide-dhcp + SUBDIR += wxftp SUBDIR += wu-ftpd SUBDIR += xarchie SUBDIR += xchat |