summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/heapsort/Makefile')
-rw-r--r--benchmarks/heapsort/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 03141ce4951..55e3248a10f 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/30 15:50:37 minskim Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -9,8 +9,12 @@ EXTRACT_SUFX= #empty
MAINTAINER= root@garbled.net
COMMENT= Benchmark program for variable sized arrays
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/heapsort.c ${WRKSRC}/heapsort.c