From c2ec7ecdb259d73fa6eedf04e591426ea0dad7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 11 Jan 2005 20:17:30 +0000 Subject: 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. --- benchmarks/unixbench/Makefile | 3 +++ benchmarks/unixbench/pkg-plist | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'benchmarks/unixbench') 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 diff --git a/benchmarks/unixbench/pkg-plist b/benchmarks/unixbench/pkg-plist index fe9af387a04c..38c459ca3137 100644 --- a/benchmarks/unixbench/pkg-plist +++ b/benchmarks/unixbench/pkg-plist @@ -31,7 +31,6 @@ lib/unixbench/pgms/pipe lib/unixbench/pgms/register lib/unixbench/pgms/report.awk lib/unixbench/pgms/report.sh -lib/unixbench/pgms/select lib/unixbench/pgms/short lib/unixbench/pgms/spawn lib/unixbench/pgms/syscall -- cgit v1.2.3