Set build output verbosity level down to 1.
Make the 'install' target depend on the 'all' and 'depend' targets.
LIBISPRIVATE?= no
+##### Minix rule to make the "install" target depend on
+##### "all" and "depend" targets
+realinstall: realall
+realall: depend
+
##### Basic targets
.PHONY: libinstall
realinstall: libinstall
# 3 Ignore the effect of the "@" prefix in make commands
# 4 Trace shell commands using the shell's -x flag
#
-MAKEVERBOSE?= 2
+MAKEVERBOSE?= 1
.if ${MAKEVERBOSE} == 0
_MKMSG?= @\#
# Makefile.
#
+##### Minix rule to make the "install" target depend on
+##### "all" and "depend" targets
+realinstall: realall
+realall: depend
+
##### Basic targets
realinstall: proginstall scriptsinstall
clean: cleanprog