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)
This commit is contained in:
Brooks Davis 2004-05-10 22:35:41 +00:00
parent 987079a74e
commit 99c4aa0fb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108877

View File

@ -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