ports/net/tptest/files/patch-apps::unix::client::Makefile
Yen-Ming Lee dbbdcd320e add tptest
The TPTEST is a software suite for testing network throughput and
Internet services.

PR:		47523
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-02-21 01:07:12 +00:00

29 lines
762 B
Text

--- apps/unix/client/Makefile.orig Sun Jan 26 22:23:48 2003
+++ apps/unix/client/Makefile Sun Jan 26 22:24:13 2003
@@ -3,7 +3,7 @@
# Use this for Linux and other systems that have makedepend
# instead of mkdep.
#
-MAKEDEPEND = makedepend
+#MAKEDEPEND = makedepend
#
# For Solaris the mkdep script in this directory can be used.
#
@@ -11,14 +11,14 @@
#
# Use this for Free/Net/OpenBSD.
#
-#MAKEDEPEND = mkdep
+MAKEDEPEND = mkdep
CDEBUG = -g
INCL =
# Use this flag when compiling under Solaris
#EXTRADEFINES = -DUNIX -DSOLARIS
-#EXTRADEFINES = -DUNIX -DOPENBSD
-EXTRADEFINES = -DUNIX -DLINUX
+EXTRADEFINES = -DUNIX -DOPENBSD
+#EXTRADEFINES = -DUNIX -DLINUX
#
# Use this if your machine has problems with localtime().