summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-09-03 13:57:19 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2016-09-03 13:57:19 +0000
commit0d26961623ff9988057de820c5ef0daedbe4c400 (patch)
tree15b1ae2200b8e6f518d4323a35611039a3804681 /Makefile
parent6f9971942d812ca69e51779fe74b399b1ebdbaff (diff)
Remove zaurus support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index c0c8e0c7e..bccaaf921 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.71 2016/07/30 12:18:35 matthieu Exp $
+# $OpenBSD: Makefile,v 1.72 2016/09/03 13:57:18 matthieu Exp $
.include <bsd.own.mk>
.include <bsd.xconf.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
LOCALAPPX=/usr/local/lib/X11
REALAPPD=/etc/X11/app-defaults
-XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf
RM?=rm
XSERVER= xserver
@@ -101,14 +100,6 @@ release-clean:
release-install:
@exec ${MAKE} bootstrap-root
-.if ${MACHINE} == zaurus
- @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \
- echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \
- else set -x; \
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
- ${XCONFIG} ${DESTDIR}/etc/X11 ; \
- fi
-.endif
@exec ${MAKE} install
dist-rel: