diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 10:41:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 10:41:58 +0000 |
commit | c6cbce4c2abca8389d9e8d0bbfa1c95362745dc4 (patch) | |
tree | 1bb495f8bcf66497b74f9748ce64530f3a35d1e3 /Makefile | |
parent | 4d73ec0fe959356f74aa661facfd2f3b7472a213 (diff) |
Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@
and todd@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; \ |