summaryrefslogtreecommitdiff
path: root/benchmarks/httperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/httperf/Makefile')
-rw-r--r--benchmarks/httperf/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index d9d249b7c9a..67fb2d8e73d 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/07 06:27:30 cjs Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/03 05:50:15 cjs Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
@@ -19,11 +19,4 @@ USE_TOOLS+= gmake
LDFLAGS+= -lsocket -lnsl -lresolv
.endif
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin/httperf
- ${INSTALL_MAN} ${WRKSRC}/httperf.man \
- ${PREFIX}/${PKGMANDIR}/man1/httperf.1
-
.include "../../mk/bsd.pkg.mk"