Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.
This was missed in r221353.
This commit is contained in:
parent
3499bfff6e
commit
a9dd177b3f
@ -6,7 +6,7 @@ all:
|
||||
clean:
|
||||
rm -f LINT
|
||||
.if ${TARGET} == "amd64" || ${TARGET} == "i386"
|
||||
rm -f LINT-VIMAGE
|
||||
rm -f LINT-VIMAGE LINT-NOINET LINT-NOINET6 LINT-NOIP
|
||||
.endif
|
||||
|
||||
NOTES= ../../conf/NOTES NOTES
|
||||
|
Loading…
Reference in New Issue
Block a user