diff options
Diffstat (limited to 'sysutils/cpuburn/Makefile')
-rw-r--r-- | sysutils/cpuburn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index b9e6acfba34f..78a39d9f7ef9 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpuburn -# Date created: Apr 1, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= cpuburn DISTVERSION= 1_4 @@ -25,6 +21,7 @@ PORTDOCS= README Design CPUS= BX K6 K7 MMX P5 P6 PLIST_FILES= ${CPUS:S+^+bin/burn+} +NO_STAGE= yes do-build: .for CPU in ${CPUS} ${CC} -m32 -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S |