Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Default cats to using X 4.



details:   https://anonhg.NetBSD.org/src/rev/e1619b0f80e1
branches:  trunk
changeset: 534814:e1619b0f80e1
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Aug 03 22:10:07 2002 +0000

description:
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 13c2ec95f996 -r e1619b0f80e1 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Aug 03 21:58:55 2002 +0000
+++ b/share/mk/bsd.own.mk       Sat Aug 03 22:10:07 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.304 2002/07/17 20:02:15 mycroft Exp $
+#      $NetBSD: bsd.own.mk,v 1.305 2002/08/03 22:10:07 chris Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -473,9 +473,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