diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2010-08-25 17:42:19 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2010-08-25 17:42:19 +0000 |
commit | 87a3b39fdcbf70728c9be369d3863d20035d3c60 (patch) | |
tree | cecdb2aa53bf0802f2c3f3db03647852b767073f /Makefile | |
parent | 55178425cda266e98d7503fa08c9c37c0a5a5c52 (diff) |
make 'make release' work on vax
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |