From e0988611afded3ade8dea7f14aeccc4c54d3b04b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 6 May 2019 07:49:20 +0200 Subject: [PATCH] make: extend style sweep --- Mk/plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index c3001413e..0b5c518ac 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -307,7 +307,7 @@ sweep: check find ${.CURDIR} -type f -depth 1 -print0 | \ xargs -0 -n1 ${.CURDIR}/../../Scripts/cleanfile -STYLEDIRS?= src/etc/inc/plugins.inc.d src/opnsense +STYLEDIRS?= src/etc/inc src/opnsense style: check @: > ${.CURDIR}/.style.out