Properly guard against multiple inclusion.

Approved by:	bapt
This commit is contained in:
Rene Ladan 2013-10-29 13:14:41 +00:00
parent 552a52e18c
commit 40f217cafe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331944

View file

@ -9,6 +9,7 @@
# Valid ARGS: none
#
.if !defined(_INCLUDE_USES_UIDFIX_MK)
_INCLUDE_USES_UIDFIX_MK= yes
.if ${UID} != 0
MAKE_ENV+= BINOWN=${UID} SHAREOWN=${UID} CONFOWN=${UID}
BINOWN= ${UID}