freebsd-ports/www/httperf/files/patch-lib::Makefile.in
Norikatsu Shigemura df198fc340 Conditionalize libgnugetopt dependencies.
PR:		ports/47757
Submitted by:	Ports Fury
2003-02-02 14:52:51 +00:00

11 lines
235 B
Text

--- 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