diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-20 18:26:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-20 18:26:36 +0000 |
commit | 48904defe50c330768edbbc991a0fe6994740679 (patch) | |
tree | 40bd9a03e45f7c86c29fd3bb8089019c198ffc01 /Makefile | |
parent | f747456505e162101dbf90125f6230e60612225c (diff) |
Sync with sparc wsmouse changes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |