mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Also clean LINT64 kernel configuration for powerpc
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0700132b16
commit
e9b30d7fcb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354800
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user