"Darwin" needs to know about SHAREOWN, SHAREGRP and SHAREMODE too.
This commit is contained in:
parent
e55d4b59d8
commit
8e847c8588
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: bsd.prefs.mk,v 1.61 2001/10/30 13:53:15 agc Exp $
|
# $NetBSD: bsd.prefs.mk,v 1.62 2001/11/04 13:42:01 frueauf Exp $
|
||||||
#
|
#
|
||||||
# Make file, included to get the site preferences, if any. Should
|
# Make file, included to get the site preferences, if any. Should
|
||||||
# only be included by package Makefiles before any .if defined()
|
# only be included by package Makefiles before any .if defined()
|
||||||
|
@ -126,7 +126,7 @@ OBJECT_FMT?=a.out
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") || (${OPSYS} == "Linux")
|
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "Darwin")
|
||||||
SHAREOWN?= ${DOCOWN}
|
SHAREOWN?= ${DOCOWN}
|
||||||
SHAREGRP?= ${DOCGRP}
|
SHAREGRP?= ${DOCGRP}
|
||||||
SHAREMODE?= ${DOCMODE}
|
SHAREMODE?= ${DOCMODE}
|
||||||
|
|
Loading…
Reference in a new issue