diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-31 14:28:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-31 14:28:46 +0000 |
commit | a5cbec04868442c3342dc19a0dc9c05bb08f1a4b (patch) | |
tree | e25879fb8d099d2653e11ab37cc8694a6fad364f /Makefile | |
parent | a767edae81058fe4d0bee72897214ece055b4560 (diff) |
xorg.conf for loongson.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; \ |