Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch netwinder to X.Org.



details:   https://anonhg.NetBSD.org/src/rev/24c0371e892a
branches:  trunk
changeset: 749882:24c0371e892a
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Dec 11 22:35:42 2009 +0000

description:
Switch netwinder to X.Org.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 605f5fd0df6c -r 24c0371e892a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Dec 11 22:34:30 2009 +0000
+++ b/share/mk/bsd.own.mk       Fri Dec 11 22:35:42 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.607 2009/12/11 16:09:03 uebayasi Exp $
+#      $NetBSD: bsd.own.mk,v 1.608 2009/12/11 22:35:42 snj Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -725,7 +725,7 @@
        ${MACHINE} == "dreamcast" || ${MACHINE} == "ews4800mips" || \
        ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || \
        ${MACHINE} == "hpcsh" || ${MACHINE} == "mac68k" || \
-       ${MACHINE} == "netwinder" || ${MACHINE} == "newsmips" || \
+       ${MACHINE} == "newsmips" || \
        ${MACHINE} == "ofppc" || ${MACHINE} == "pmax" || \
        ${MACHINE} == "sun3" || ${MACHINE} == "x68k"
 X11FLAVOUR?=   XFree86



Home | Main Index | Thread Index | Old Index