aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2005-01-11 20:17:30 +0000
committerStefan Eßer <se@FreeBSD.org>2005-01-11 20:17:30 +0000
commitc2ec7ecdb259d73fa6eedf04e591426ea0dad7e9 (patch)
tree936aa83c13a80c5e49de6fe157249cd23cbeb1b9 /benchmarks/unixbench/Makefile
parentd2d8a84d32db35a29ae5e6b031d70e8546379f11 (diff)
Fix install target on architectures other than i386.
There is an old Linux ELF binary of select in the pgms directory of the distribution tar file with no corresponding source file. Most probably time-polling.c should be used to build a binary of select under FreeBSD, but for now select is just removed.
Notes
Notes: svn path=/head/; revision=126156
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r--benchmarks/unixbench/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
index 05d45733b525..90b39bf39b3c 100644
--- a/benchmarks/unixbench/Makefile
+++ b/benchmarks/unixbench/Makefile
@@ -16,6 +16,9 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX
SUB_FILES= unixbench
+post-extract:
+ ${RM} -f ${WRKDIR}/unixbench/pgms/select
+
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${PREFIX}/bin/
-${MKDIR} ${PREFIX}/lib/unixbench