summaryrefslogtreecommitdiff
path: root/benchmarks/postmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/postmark/Makefile')
-rw-r--r--benchmarks/postmark/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index de176e67e80..9946a7955e0 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:38 minskim Exp $
# FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp
#
@@ -14,9 +14,13 @@ COMMENT= NetApps file system benchmark
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
+INSTALLATION_DIRS= sbin
+
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark.c)