22 lines
464 B
Makefile
22 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.94 2005/09/09 16:03:32 abs Exp $
|
|
#
|
|
|
|
DISTNAME= cpuflags-0.91
|
|
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"
|