summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2010-08-25 17:42:19 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2010-08-25 17:42:19 +0000
commit87a3b39fdcbf70728c9be369d3863d20035d3c60 (patch)
treececdb2aa53bf0802f2c3f3db03647852b767073f /Makefile
parent55178425cda266e98d7503fa08c9c37c0a5a5c52 (diff)
make 'make release' work on vax
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53351f424..cec3ee211 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 2010/08/10 20:55:50 todd Exp $
+# $OpenBSD: Makefile,v 1.38 2010/08/25 17:42:18 todd Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -97,7 +97,7 @@ release-install:
@${MAKE} install
.if ${MACHINE} == alpha || ${MACHINE} == hp300 || \
${MACHINE} == mac68k || ${MACHINE} == macppc || \
- ${MACHINE} == vax || ${MACHINE} == zaurus
+ ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
else set -x; \