Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/mk Pull up revision 1.305 (requested by jmc in ti...
details: https://anonhg.NetBSD.org/src/rev/e3e4678f69e7
branches: netbsd-1-6
changeset: 530159:e3e4678f69e7
user: tron <tron%NetBSD.org@localhost>
date: Thu Feb 20 10:03:16 2003 +0000
description:
Pull up revision 1.305 (requested by jmc in ticket #1178):
Default cats to using X 4.
Also correct macppc entry while here.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r d182829fa739 -r e3e4678f69e7 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Feb 20 10:02:21 2003 +0000
+++ b/share/mk/bsd.own.mk Thu Feb 20 10:03:16 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.294.2.8 2003/02/20 10:02:21 tron Exp $
+# $NetBSD: bsd.own.mk,v 1.294.2.9 2003/02/20 10:03:16 tron Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -435,9 +435,9 @@
.endif
.endfor
-# Use XFree86 4.x as default version on i386 and x86_64.
+# Use XFree86 4.x as default version on i386, x86_64, macppc and cats.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "macppc"
+ ${MACHINE} == "macppc" || ${MACHINE} == "cats"
USE_XF86_4?= yes
.endif
Home |
Main Index |
Thread Index |
Old Index