make: add the glue for extended style sweep default

This commit is contained in:
Franco Fichtner 2019-05-06 07:40:46 +02:00
parent 426061a17b
commit ab75fbb673

View File

@ -345,7 +345,7 @@ sweep:
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-python: want-py${CORE_PYTHON2}-pycodestyle
@pycodestyle --ignore=E501 ${.CURDIR}/src || true