From 174bb8c3d359f66db07c8968e8fb57d6eedc0712 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 30 Dec 2001 04:06:25 +0000 Subject: [PATCH] Move network apps to rosapps svn path=/trunk/; revision=2444 --- reactos/apps/utils/net/ncftp/makefile | 4 +++- reactos/apps/utils/net/ping/makefile | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/reactos/apps/utils/net/ncftp/makefile b/reactos/apps/utils/net/ncftp/makefile index 7324c3a1026..2c38feab154 100644 --- a/reactos/apps/utils/net/ncftp/makefile +++ b/reactos/apps/utils/net/ncftp/makefile @@ -2,7 +2,9 @@ # ncftp 3.0.3 for reactos ported from MS-Vc++ # sedwards 12-20-01 -PATH_TO_TOP = ../../.. +PATH_TO_TOP=../../../reactos + +ROS_DIR=../../../reactos TARGET_TYPE = program diff --git a/reactos/apps/utils/net/ping/makefile b/reactos/apps/utils/net/ping/makefile index 9c155e0d8b3..b61497c5d82 100644 --- a/reactos/apps/utils/net/ping/makefile +++ b/reactos/apps/utils/net/ping/makefile @@ -1,6 +1,8 @@ -# $Id: makefile,v 1.7 2001/08/21 20:13:03 chorns Exp $ +# $Id: makefile,v 1.8 2001/12/30 04:06:25 sedwards Exp $ -PATH_TO_TOP = ../../.. +PATH_TO_TOP=../../../reactos + +ROS_DIR=../../../reactos TARGET_TYPE = program