diff options
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/cpuflags.NetBSD | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 0f9897e66bc..244a1d98f68 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2003/06/03 10:17:48 salo Exp $ +# $NetBSD: Makefile,v 1.46 2003/06/03 20:41:15 salo Exp $ # -DISTNAME= cpuflags-0.43 +DISTNAME= cpuflags-0.44 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD index 78f353efc34..71b0f98a710 100755 --- a/devel/cpuflags/files/cpuflags.NetBSD +++ b/devel/cpuflags/files/cpuflags.NetBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: cpuflags.NetBSD,v 1.36 2003/06/03 10:17:48 salo Exp $ +# $NetBSD: cpuflags.NetBSD,v 1.37 2003/06/03 20:41:16 salo Exp $ if [ -x /sbin/sysctl ] ;then SYSCTL=/sbin/sysctl @@ -168,6 +168,7 @@ if [ -n "$FLAGS" ]; then 3.2 -march=pentium2 -march=pentiumpro 3.2 -march=pentium3 -march=pentiumpro 3.2 -march=pentium4 -march=pentiumpro +3.0 -march=athlon -march=pentiumpro EOD ` fi |