diff options
Diffstat (limited to 'benchmarks/heapsort/Makefile')
-rw-r--r-- | benchmarks/heapsort/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index aefde9116f8..108fa3f5aa9 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/09/14 07:05:27 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/11 22:37:12 asau Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 @@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Benchmark program for variable sized arrays PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} |