Actually install xorg.conf for sgi when building a release, so that

it ends up in the xetc set...
This commit is contained in:
matthieu 2008-06-12 21:58:28 +00:00
parent 7b8f1156d3
commit 6c7c865978

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2008/01/31 22:34:40 matthieu Exp $
# $OpenBSD: Makefile,v 1.26 2008/06/12 21:58:28 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@ -90,8 +90,8 @@ release-clean:
release-install:
@${MAKE} install
.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \
${MACHINE} == macppc || ${MACHINE} == sparc || ${MACHINE} == vax || \
${MACHINE} == zaurus
${MACHINE} == macppc || ${MACHINE} == sparc || ${MACHINE} == sgi || \
${MACHINE} == vax || ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
else set -x; \