diff options
Diffstat (limited to 'net/tptest/files/patch-apps::unix::client::Makefile')
-rw-r--r-- | net/tptest/files/patch-apps::unix::client::Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/tptest/files/patch-apps::unix::client::Makefile b/net/tptest/files/patch-apps::unix::client::Makefile deleted file mode 100644 index 64dd3e7a99cf..000000000000 --- a/net/tptest/files/patch-apps::unix::client::Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- apps/unix/client/Makefile.orig Wed Apr 7 17:22:56 2004 -+++ apps/unix/client/Makefile Tue Sep 13 13:00:25 2005 -@@ -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 --CDEBUG = -g -+MAKEDEPEND = mkdep -+#CDEBUG = -g - INCL = -I ../../../os-dep/unix -I ../../../engine - - # 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(). |