22 lines
465 B
Makefile
22 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.110 2007/04/24 22:44:20 abs Exp $
|
|
#
|
|
|
|
DISTNAME= cpuflags-1.07
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
COMMENT= Determine compiler flags to best target current cpu
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-*
|
|
|
|
USE_LANGUAGES= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.* ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|