summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/heapsort/Makefile')
-rw-r--r--benchmarks/heapsort/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 80e8afe7d83..03141ce4951 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 16:31:03 martti Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/20 12:08:12 agc Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
-WRKSRC= ${WRKDIR}
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/heapsort/
EXTRACT_SUFX= #empty
@@ -10,6 +9,8 @@ EXTRACT_SUFX= #empty
MAINTAINER= root@garbled.net
COMMENT= Benchmark program for variable sized arrays
+WRKSRC= ${WRKDIR}
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/heapsort.c ${WRKSRC}/heapsort.c