diff options
author | agc <agc@pkgsrc.org> | 2001-11-04 19:49:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-04 19:49:56 +0000 |
commit | 55b1c236e769b96cefc0e5e68cddc1dc8a0a9908 (patch) | |
tree | 0246d13c0049cd4827b72a432d72abe5468e2c20 /mk/bsd.prefs.mk | |
parent | 2557f230f09ad8f7b14ea417f7ff461951a5371f (diff) | |
download | pkgsrc-55b1c236e769b96cefc0e5e68cddc1dc8a0a9908.tar.gz |
My thanks to Thorsten - this part of my change for Darwin support was
lost.
However, modify previous change to let Darwin know about SHAREOWN,
SHAREGRP and SHAREMODE in a different way - no point in checking for
OPSYS here, since every OPSYS has to know about them.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index e6d258e32c5..1b12b12831a 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.62 2001/11/04 13:42:01 frueauf Exp $ +# $NetBSD: bsd.prefs.mk,v 1.63 2001/11/04 19:49:56 agc Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -126,11 +126,9 @@ OBJECT_FMT?=a.out .endif .endif -.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") || (${OPSYS} == "Linux") || (${OPSYS} == "Darwin") SHAREOWN?= ${DOCOWN} SHAREGRP?= ${DOCGRP} SHAREMODE?= ${DOCMODE} -.endif .if defined(PREFIX) && (${PREFIX} != ${__PREFIX_SET__}) .BEGIN: |