mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
The TPTEST is a software suite for testing network throughput and Internet services. PR: 47523 Submitted by: Palle Girgensohn <girgen@pingpong.net>
29 lines
762 B
Text
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().
|