diff options
author | agc <agc@pkgsrc.org> | 2001-11-21 14:10:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-21 14:10:06 +0000 |
commit | 6dde5fcc79da9f1ca529de6c055df9bee8186f6e (patch) | |
tree | ea08ea08cab31de3fe72a38fcd52ec1ccdbd4c05 /mk/defs.Darwin.mk | |
parent | beda0b43f8703bc945cd0721d90dbb84b70d2192 (diff) | |
download | pkgsrc-6dde5fcc79da9f1ca529de6c055df9bee8186f6e.tar.gz |
Move some operating-system specific definitions to the individual
defs.${OPSYS}.mk files.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index cae98446554..d06a24b0528 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.13 2001/11/21 13:57:31 agc Exp $ +# $NetBSD: defs.Darwin.mk,v 1.14 2001/11/21 14:10:07 agc Exp $ # # Variable definitions for the Darwin operating system. @@ -51,15 +51,18 @@ TYPE?= type # Shell builtin WC?= /usr/bin/wc XARGS?= /usr/bin/xargs -DEF_UMASK?= 0022 -GROUPADD?= ${FALSE} # XXX - Fix me! +DEF_UMASK?= 0022 +DEFAULT_SERIAL_DEVICE?= /dev/null +GROUPADD?= ${FALSE} # XXX - Fix me! MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type -NOLOGIN?= ${FALSE} -USERADD?= ${FALSE} # XXX - Fix me! - -ROOT_USER?= root -ROOT_GROUP?= wheel +NOLOGIN?= ${FALSE} +PKG_TOOLS_BIN?= ${ZOULARISBASE}/sbin +ROOT_GROUP?= wheel +ROOT_USER?= root +SERIAL_DEVICES?= /dev/null +USERADD?= ${FALSE} # XXX - Fix me! +ZOULARISBASE?= ${DESTDIR}/usr/pkg _DO_LIBINTL_CHECKS= yes # perform checks for valid libintl _DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs |