summaryrefslogtreecommitdiff
path: root/sysutils/diskmark
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2004-05-10 22:35:41 +0000
committerBrooks Davis <brooks@FreeBSD.org>2004-05-10 22:35:41 +0000
commit99c4aa0fb6f3eb470862265b58c943fafc5867ea (patch)
tree9ebf798c67c935ba17d685a61a240e9491a8ba3e /sysutils/diskmark
parentAdd p5-Gopher-Server 0.1.1, backend for Gopher Servers. (diff)
Mark ONLY_FOR_ARCHS i386 and amd64. Diskmark doesn't make much sense
on other platforms. Submitted by: bento via kris Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=108877
Diffstat (limited to 'sysutils/diskmark')
-rw-r--r--sysutils/diskmark/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/diskmark/Makefile b/sysutils/diskmark/Makefile
index 9ab9e492d62b..97d5baf0a840 100644
--- a/sysutils/diskmark/Makefile
+++ b/sysutils/diskmark/Makefile
@@ -13,6 +13,11 @@ MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/
MAINTAINER= brooks@FreeBSD.org
COMMENT= A program to mark disks using empty partition table entries
+# Diskmark makes little sense on arches that don't boot from MBR
+# partition tables and doesn't build on 64-bit platforms with strict
+# alignment (partion entries are aligned on a 2-byte boundry).
+ONLY_FOR_ARCHS= i386 amd64
+
PLIST_FILES= sbin/diskmark
USE_BZIP2= yes