From cee514045ea880a2069035dd60969a99c48988ad Mon Sep 17 00:00:00 2001 From: Walter Bright Date: Mon, 25 Jan 2016 20:37:29 -0800 Subject: [PATCH] There's no reason to hide what the makefile is doing --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index b8aeaaa9aca..c27c2bce3a4 100644 --- a/posix.mak +++ b/posix.mak @@ -3,7 +3,7 @@ # pkg_add -r gmake # and then run as gmake rather than make. -QUIET:=@ +QUIET:= include osmodel.mak