Properly guard against multiple inclusion.
Approved by: bapt
This commit is contained in:
parent
552a52e18c
commit
40f217cafe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331944
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue