summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-04 10:41:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-04 10:41:58 +0000
commitc6cbce4c2abca8389d9e8d0bbfa1c95362745dc4 (patch)
tree1bb495f8bcf66497b74f9748ce64530f3a35d1e3 /Makefile
parent4d73ec0fe959356f74aa661facfd2f3b7472a213 (diff)
Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@
and todd@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cec3ee211..04b3ee7f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.38 2010/08/25 17:42:18 todd Exp $
+# $OpenBSD: Makefile,v 1.39 2010/09/04 10:41:57 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -96,8 +96,7 @@ release-clean:
release-install:
@${MAKE} install
.if ${MACHINE} == alpha || ${MACHINE} == hp300 || \
- ${MACHINE} == mac68k || ${MACHINE} == macppc || \
- ${MACHINE} == zaurus
+ ${MACHINE} == mac68k || ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
else set -x; \