aboutsummaryrefslogtreecommitdiffstats
path: root/shells/tcsh/files/extra-patch-host.defs
blob: c82572be82fffe19cd67ba54e13f5008e085ca5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- host.defs.old   Fri Jul 21 14:49:18 2000
+++ host.defs   Fri Jul 21 14:50:28 2000
@@ -499,10 +499,12 @@
 
 newdef : defined(__FreeBSD__) 
 comment    : FreeBSD
+vendor : defined(__alpha)              : "digital"
 vendor : defined(M_intel)              : "intel"
 hosttype:                      : "FreeBSD"
 ostype :                       : "FreeBSD"
-machtype:                      : "i386"
+machtype: defined(__alpha)             : "alpha"
+machtype: defined(M_i386)              : "i386"
 enddef :