make 'make release' work on vax
This commit is contained in:
parent
d89e55c282
commit
379b282322
4
Makefile
4
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; \
|
||||
|
Loading…
Reference in New Issue
Block a user