Source-Changes-HG archive

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

[src/trunk]: src/x11/Xserver Remove some redundant assignments.



details:   https://anonhg.NetBSD.org/src/rev/3d9fc1468c87
branches:  trunk
changeset: 572656:3d9fc1468c87
user:      fredb <fredb%NetBSD.org@localhost>
date:      Sun Jan 09 21:45:53 2005 +0000

description:
Remove some redundant assignments.

diffstat:

 x11/Xserver/Makefile.common |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e99f69af536a -r 3d9fc1468c87 x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Sun Jan 09 21:44:32 2005 +0000
+++ b/x11/Xserver/Makefile.common       Sun Jan 09 21:45:53 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.19 2004/10/07 13:47:13 rtr Exp $
+#      $NetBSD: Makefile.common,v 1.20 2005/01/09 21:45:53 fredb Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -55,8 +55,6 @@
 
 .if ${MACHINE} == "mac68k"
 XSERVER_XMAC68K=       yes
-XSERVER_HAS_CFB=       yes
-XSERVER_HAS_FB=                yes
 .endif
 
 .if ${MACHINE} == "macppc"



Home | Main Index | Thread Index | Old Index