aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 97a872f2ea28..6ede10e45aab 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6093,7 +6093,7 @@ config-recursive:
config-conditional: pre-config
.if defined(_COMPLETE_OPTIONS_LIST) && !defined(NO_DIALOG)
. if ${_COMPLETE_OPTIONS_LIST} != "${_FILE_COMPLETE_OPTIONS_LIST}"
- cd ${.CURDIR} && ${MAKE} config;
+ @cd ${.CURDIR} && ${MAKE} config;
. endif
.endif
.endif # config-conditional