summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/files/patch-lib::Makefile.in
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 14:52:51 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 14:52:51 +0000
commitdf198fc3406d239c43ef49842f1e05706eac9b30 (patch)
treef0e987e273d96c7a00d7439d6c5a6bf55d7bc912 /benchmarks/httperf/files/patch-lib::Makefile.in
parentUpdate to 1.8.0. (diff)
Conditionalize libgnugetopt dependencies.
PR: ports/47757 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=74509
Diffstat (limited to '')
-rw-r--r--benchmarks/httperf/files/patch-lib::Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/httperf/files/patch-lib::Makefile.in b/benchmarks/httperf/files/patch-lib::Makefile.in
new file mode 100644
index 000000000000..1b6cfa626b87
--- /dev/null
+++ b/benchmarks/httperf/files/patch-lib::Makefile.in
@@ -0,0 +1,11 @@
+--- lib/Makefile.in.orig Thu Oct 12 10:04:32 2000
++++ lib/Makefile.in Fri Jan 24 05:57:18 2003
+@@ -27,7 +27,7 @@
+ .c.o:
+ $(COMPILE) $<
+
+-LIBUTIL_OBJS = getopt.o getopt1.o ssl_writev.o
++LIBUTIL_OBJS = ssl_writev.o
+
+ all: libutil.a
+