summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs>2001-11-27 01:18:32 +0000
committerabs <abs>2001-11-27 01:18:32 +0000
commit133d5b788123f3c3a82a33ca17b7c75bcfce0daf (patch)
treed82238d64931aca88245e4da4901e7942cbe3649 /devel/cpuflags
parentbb626a552216882220dacf3ac263dd4af969c160 (diff)
downloadpkgsrc-133d5b788123f3c3a82a33ca17b7c75bcfce0daf.tar.gz
clean up some comments - no code change
Diffstat (limited to 'devel/cpuflags')
-rwxr-xr-xdevel/cpuflags/files/cpuflags.NetBSD7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD
index e3130cdacaa..3f2d920bd13 100755
--- a/devel/cpuflags/files/cpuflags.NetBSD
+++ b/devel/cpuflags/files/cpuflags.NetBSD
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.10 2001/09/16 16:30:08 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.11 2001/11/27 01:18:32 abs Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -45,10 +45,9 @@ case $hw_model in
fi
esac ;;
#
- # vax
- #
+ # vax / unknown
*)
- hw_machine=`$SYSCTL -n hw.machine` # arm32 split post 1.5
+ hw_machine=`$SYSCTL -n hw.machine`
case $hw_machine in
vax)
;; # No VAX specific gcc flags :(