summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-12 21:58:29 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-12 21:58:29 +0000
commit555e66fb1a4214d1044ec7f9d8a7623e67c3bba2 (patch)
tree678b94d626ad4361d1c65aa3393f12c9c40f500c /Makefile
parent0793cc6391e136211cc5e68f951aee6f768b6588 (diff)
Actually install xorg.conf for sgi when building a release, so that
it ends up in the xetc set...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7e1cfe9f4..8964f060b 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \