summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-07-11 13:45:55 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-07-11 13:45:55 +0000
commit888e6c427dcc8e14452571dca795b384a222d224 (patch)
tree3d15bd52f02653c75d003e41d0035cf87e6ade77 /Makefile
parent903b9f57ac736fb91e8a975f170a1ef880251f55 (diff)
remove extra ${SUDO} in release-install target.
This target can only be run as root already. ok espie@ todd@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1015afc1d..71e69f296 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.58 2014/07/10 07:13:13 espie Exp $
+# $OpenBSD: Makefile,v 1.59 2014/07/11 13:45:54 matthieu Exp $
.include <bsd.own.mk>
.include <bsd.xconf.mk>
@@ -100,7 +100,7 @@ release-clean:
fi
release-install:
- @exec ${SUDO} ${MAKE} bootstrap-root
+ @exec ${MAKE} bootstrap-root
@exec ${MAKE} install
.if ${MACHINE} == zaurus
@if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \