permit sgi/loongson to make a release with no xorg.conf,

broken since xorg.conf was removed for these archs
This commit is contained in:
todd 2010-08-10 20:55:50 +00:00
parent 791220ead2
commit 28b1eda656

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2010/05/11 18:51:21 espie Exp $
# $OpenBSD: Makefile,v 1.37 2010/08/10 20:55:50 todd 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} == loongson || \
${MACHINE} == mac68k || ${MACHINE} == macppc || ${MACHINE} == sgi || \
.if ${MACHINE} == alpha || ${MACHINE} == hp300 || \
${MACHINE} == mac68k || ${MACHINE} == macppc || \
${MACHINE} == vax || ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \