summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-05-20 18:26:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-05-20 18:26:36 +0000
commit48904defe50c330768edbbc991a0fe6994740679 (patch)
tree40bd9a03e45f7c86c29fd3bb8089019c198ffc01 /Makefile
parentf747456505e162101dbf90125f6230e60612225c (diff)
Sync with sparc wsmouse changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b73ec887c..ad07b66a8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.28 2009/02/02 20:57:55 matthieu Exp $
+# $OpenBSD: Makefile,v 1.29 2009/05/20 18:26:32 miod Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -95,7 +95,7 @@ release-clean:
release-install:
@${MAKE} install
.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \
- ${MACHINE} == macppc || ${MACHINE} == sparc || ${MACHINE} == sgi || \
+ ${MACHINE} == macppc || ${MACHINE} == sgi || \
${MACHINE} == vax || ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \