From: Steven Edwards Date: Sun, 30 Dec 2001 04:06:25 +0000 (+0000) Subject: Move network apps to rosapps X-Git-Tag: ReactOS-0.0.19~198 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=174bb8c3d359f66db07c8968e8fb57d6eedc0712 Move network apps to rosapps svn path=/trunk/; revision=2444 --- 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