make: lint pass also checks rc.syshook.d now

This commit is contained in:
Franco Fichtner 2019-06-24 07:54:13 +02:00
parent 67b404f552
commit 4728a64a1b

View File

@ -317,7 +317,7 @@ lint-xml:
SCRIPTDIRS!= find ${.CURDIR}/src/opnsense/scripts -type d -depth 1
lint-exec:
.for DIR in ${.CURDIR}/src/etc/rc.d ${SCRIPTDIRS}
.for DIR in ${.CURDIR}/src/etc/rc.d ${.CURDIR}/src/etc/rc.syshook.d ${SCRIPTDIRS}
.if exists(${DIR})
@find ${DIR} -path '**/htdocs_default' -prune -o -type f \
! -name "*.xml" ! -name "*.csv" ! -name "*.sql" -print0 | \