1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/shells/tcsh/files/extra-patch-host.defs
Steve Price 85c67c3149 Update to version 6.10.00.
PR:		23078
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:19:19 +00:00

17 lines
413 B
Plaintext

--- 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 :