summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 20579fe65fd4..0f1264a2c327 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -391,7 +391,7 @@ installcheck:
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
(!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/")
@echo "Checking to see if your booted kernel is fresh enough.."
- ${.OBJDIR}/bin/sh/sh -c \
+ @${.OBJDIR}/bin/sh/sh -c \
'echo "Testing installed kernel for new sigaction(2) syscall"'
@echo "Seems ok.."
.endif