summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82d992fca1..675c7c7c7ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.122 2014/07/09 19:23:28 espie Exp $
+# $OpenBSD: Makefile,v 1.123 2014/08/26 20:19:25 rpe Exp $
#
# For more information on building in tricky environments, please see
@@ -80,6 +80,7 @@ build:
cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
NOMAN=1 exec ${SUDO} ${MAKE} install
${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install
+ ${SUDO} /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
.endif
CROSS_TARGETS=cross-env cross-dirs cross-obj cross-includes cross-binutils \