Also clean LINT64 kernel configuration for powerpc

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lwhsu 2019-11-18 01:56:19 +00:00
parent fe76c95349
commit 0ab69270f3

View File

@ -14,6 +14,9 @@ clean:
.if ${TARGET} == "arm"
rm -f LINT-V5 LINT-V7
.endif
.if ${TARGET} == "powerpc"
rm -f LINT64
.endif
NOTES+= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES
MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed