diff options
Diffstat (limited to 'net/tptest/files/patch-apps::unix::client::Makefile')
-rw-r--r-- | net/tptest/files/patch-apps::unix::client::Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/tptest/files/patch-apps::unix::client::Makefile b/net/tptest/files/patch-apps::unix::client::Makefile new file mode 100644 index 000000000000..e44ae7e13142 --- /dev/null +++ b/net/tptest/files/patch-apps::unix::client::Makefile @@ -0,0 +1,29 @@ +--- 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(). |