For each FOO in FILESLISTS, append the value of FOO.yes, sort, and
remove duplicates.
This commit is contained in:
parent
135342777c
commit
66d0a2d500
@ -10,6 +10,9 @@ __<bsd.files.mk>__:
|
||||
FILESGROUPS?= FILES
|
||||
|
||||
.for group in ${FILESGROUPS}
|
||||
# Add in foo.yes and remove duplicates from all the groups
|
||||
${${group}}:= ${${group}} ${${group}.yes}
|
||||
${${group}}:= ${${group}:O:u}
|
||||
buildfiles: ${${group}}
|
||||
.endfor
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user