> There has to be something -- anyone have any ideas?

Is there a 'hostid' command?

Another shot in the dark: does *BSD have anything like /proc/cpuinfo on
linux? 'cat'ing it out gives you the CPU info. It would be a bit of a mess
to use in the Makefile, but if *BSD has something like it, it might work
for what you're trying to do. Here's the info I get on a Linux box:

/proc/cpuinfo
dev-scottg> cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 7
model name      : Pentium III (Katmai)
stepping        : 3
cpu MHz         : 498.862
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
sep_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
pat pse36 mmx fxsr xmm
bogomips        : 996.15



/s.

Reply via email to