|
Lines 2385-2390
Link Here
|
| 2385 |
# Determine whether or not we can use rootly owner/group functions. |
2385 |
# Determine whether or not we can use rootly owner/group functions. |
| 2386 |
.if !defined(UID) |
2386 |
.if !defined(UID) |
| 2387 |
UID!= ${ID} -u |
2387 |
UID!= ${ID} -u |
|
|
2388 |
USER!= ${ID} -un |
| 2388 |
.endif |
2389 |
.endif |
| 2389 |
.if ${UID} == 0 |
2390 |
.if ${UID} == 0 |
| 2390 |
_BINOWNGRP= -o ${BINOWN} -g ${BINGRP} |
2391 |
_BINOWNGRP= -o ${BINOWN} -g ${BINGRP} |
|
Lines 2394-2399
Link Here
|
| 2394 |
_BINOWNGRP= |
2395 |
_BINOWNGRP= |
| 2395 |
_SHROWNGRP= |
2396 |
_SHROWNGRP= |
| 2396 |
_MANOWNGRP= |
2397 |
_MANOWNGRP= |
|
|
2398 |
# The following are for ports directly using them. |
| 2399 |
MAKE_ENV+= BINOWN=${USER} BINGRP=${USER} MANOWN=${USER} MANGRP=${USER} |
| 2397 |
.endif |
2400 |
.endif |
| 2398 |
|
2401 |
|
| 2399 |
# A few aliases for *-install targets |
2402 |
# A few aliases for *-install targets |