fbe2f48940
There are no vax specific gcc optimisation flags (mores the pity).
26 lines
645 B
Makefile
26 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/09/16 16:30:08 abs Exp $
|
|
#
|
|
|
|
DISTNAME= cpuflags-0.10
|
|
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-*-*
|
|
|
|
EXTRACT_ONLY= # empty
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= yes
|
|
NO_PATCH= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/cpuflags.${OPSYS} ${PREFIX}/bin/cpuflags
|
|
${INSTALL_DATA} ${FILESDIR}/cpuflags.mk ${PREFIX}/share/mk/cpuflags.mk
|
|
${INSTALL_MAN} ${FILESDIR}/cpuflags.1 ${PREFIX}/man/man1/cpuflags.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|