summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-31 14:28:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-31 14:28:46 +0000
commita5cbec04868442c3342dc19a0dc9c05bb08f1a4b (patch)
treee25879fb8d099d2653e11ab37cc8694a6fad364f /Makefile
parenta767edae81058fe4d0bee72897214ece055b4560 (diff)
xorg.conf for loongson.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f848677f7..d6e07f47d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2010/01/10 13:36:10 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.35 2010/01/31 14:28:45 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -95,8 +95,8 @@ release-clean:
release-install:
@${MAKE} install
-.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \
- ${MACHINE} == macppc || ${MACHINE} == sgi || \
+.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == loongson || \
+ ${MACHINE} == mac68k || ${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; \