remove reference to obsolete arm NOTES files

We left these in the clean rule to avoid having stale files remain in
working trees, but enough time has now passed that it's no longer
relevant.

Discussed with:	imp
This commit is contained in:
Ed Maste 2020-09-23 14:52:43 +00:00
parent d1e106f262
commit 64d33e9e60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366077

View File

@ -11,12 +11,6 @@ clean:
.if ${TARGET} == "amd64" || ${TARGET} == "i386"
rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP
.endif
.if ${TARGET} == "arm"
# LINT-V5 removed 2019-11-26. The clean rule is left here temporarily
# to avoid having stale copies left behind. LINT-V7 left the tree on
# 2020-02-02.
rm -f LINT-V5 LINT-V7
.endif
.if ${TARGET} == "powerpc"
rm -f LINT64
.endif