Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/Xserver/hw - decend into xfree86 for cats.
details: https://anonhg.NetBSD.org/src/rev/9475fdd04665
branches: trunk
changeset: 556795:9475fdd04665
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Dec 27 15:16:09 2003 +0000
description:
- decend into xfree86 for cats.
- decend into hw/netbsd/macppc for macppc.
- clean up.
diffstat:
x11/Xserver/hw/Makefile | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r bb476a420548 -r 9475fdd04665 x11/Xserver/hw/Makefile
--- a/x11/Xserver/hw/Makefile Sat Dec 27 15:14:40 2003 +0000
+++ b/x11/Xserver/hw/Makefile Sat Dec 27 15:16:09 2003 +0000
@@ -1,11 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2003/12/23 10:26:37 rtr Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/27 15:16:09 mrg Exp $
SUBDIR= vfb xnest
.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
SUBDIR+=sun
-.else
+.endif
+
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
+ ${MACHINE} == "macppc" || ${MACHINE} == "cats"
SUBDIR+=xfree86
.endif
+.if ${MACHINE} == "macppc"
+SUBDIR+=netbsd/macppc
+.endif
+
+
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index