fix include of Makefiles: cleanup *.xml files as well

PR: 222668
This commit is contained in:
Wolfram Schneider 2017-09-28 16:53:43 +00:00
parent fe11722698
commit 6e9e5961ed
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50950

View file

@ -8,8 +8,8 @@
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(../../en/ports/Makefile.inc)
.include "../../en/ports/Makefile.inc"
.if exists(../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc)
.include "../../../en_US.ISO8859-1/htdocs/ports/Makefile.inc"
.endif
.if exists(Makefile.gen)