summaryrefslogtreecommitdiff
path: root/mk/platform/OpenBSD.mk
diff options
context:
space:
mode:
authortv <tv>2004-11-16 18:04:00 +0000
committertv <tv>2004-11-16 18:04:00 +0000
commit531ef9cbd7d28ba941852a06e2347a477e504089 (patch)
treef2441ff2623536c13ec94978c02ca7fe9fab6405 /mk/platform/OpenBSD.mk
parentcdda95bf8a7914668990bd10bfb4bbc7def0ad7c (diff)
downloadpkgsrc-531ef9cbd7d28ba941852a06e2347a477e504089.tar.gz
Revert previous (re-add common CPP_PRECOMP_FLAGS). For consistency, also
move usage of _USER_DEPENDS and _OPSYS_MAX_CMDLEN to bsd.pkg.mk.
Diffstat (limited to 'mk/platform/OpenBSD.mk')
-rw-r--r--mk/platform/OpenBSD.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index cea2e4b80a4..6a96c95111a 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.3 2004/11/16 16:21:40 tv Exp $
+# $NetBSD: OpenBSD.mk,v 1.4 2004/11/16 18:04:00 tv Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -85,10 +85,9 @@ GROUPADD?= /usr/sbin/groupadd
USERADD?= ${LOCALBASE}/sbin/useradd
GROUPADD?= ${LOCALBASE}/sbin/groupadd
_USER_DEPENDS= user>=20000313:../../sysutils/user
-DEPENDS+= ${USE_USERADD:D${_USER_DEPENDS}}
-DEPENDS+= ${USE_GROUPADD:D${_USER_DEPENDS}}
.endif
+CPP_PRECOMP_FLAGS?= # unset
DEF_UMASK?= 0022
.if ${OBJECT_FMT} == "ELF"
EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
@@ -174,7 +173,6 @@ SERIAL_DEVICES?= /dev/null
# to avoid a test required by the libtool script that takes forever.
.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
_OPSYS_MAX_CMDLEN!= /sbin/sysctl -n kern.argmax
-CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
.endif
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'