Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber
2016-03-10 21:16:01 +00:00
699 changed files with 91363 additions and 15013 deletions
+4 -2
View File
@@ -8,6 +8,8 @@
INCSGROUPS?= INCS
_INCSGROUPS= ${INCSGROUPS:C,[/*],_,g}
.if defined(NO_ROOT)
.if !defined(TAGS) || ! ${TAGS:Mpackage=*}
TAGS+= package=${PACKAGE:Uruntime}
@@ -16,7 +18,7 @@ TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
.endif
.if !target(buildincludes)
.for group in ${INCSGROUPS}
.for group in ${_INCSGROUPS}
buildincludes: ${${group}}
.endfor
.endif
@@ -26,7 +28,7 @@ all: buildincludes
.endif
.if !target(installincludes)
.for group in ${INCSGROUPS}
.for group in ${_INCSGROUPS}
.if defined(${group}) && !empty(${group})
${group}OWN?= ${BINOWN}