=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.128 retrieving revision 1.129 diff -c -r1.128 -r1.129 *** src/Makefile 2016/10/06 16:22:43 1.128 --- src/Makefile 2016/10/06 18:56:17 1.129 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.128 2016/10/06 16:22:43 tb Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.129 2016/10/06 18:56:17 natano Exp $ # # For more information on building in tricky environments, please see *************** *** 75,81 **** cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif @if [[ `id -u` -ne 0 ]]; then \ ! echo 'must be called by root' 2>&1; \ false; \ fi cd ${.CURDIR}/share/mk && exec ${MAKE} install --- 75,81 ---- cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif @if [[ `id -u` -ne 0 ]]; then \ ! echo $@ must be called by root >&2; \ false; \ fi cd ${.CURDIR}/share/mk && exec ${MAKE} install