diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /benchmarks/bonnie | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r-- | benchmarks/bonnie/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 769d66f934c8..4446c6be7d66 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -3,21 +3,20 @@ # Date created: 26 September 1994 # Whom: se # -# $Id: Makefile,v 1.2 1995/07/13 01:09:03 asami Exp $ +# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami Exp $ # DISTNAME= Bonnie PKGNAME= bonnie-1.0 -CATEGORIES+= benchmarks +CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ \ ftp://swedishchef.lerc.nasa.gov/drlabs/io/ EXTRACT_SUFX= .tar.Z MAINTAINER= se@FreeBSD.org -CFLAGS+= -static +MAN1= bonnie.1 -post-install: - gzip -9nf ${PREFIX}/man/man1/bonnie.1 +CFLAGS+= -static .include <bsd.port.mk> |