summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-10 08:33:17 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-10 08:33:17 +0000
commit0d1165bf46429b9dc0592a08c0cc62b7c24f5af9 (patch)
treed718310f4395ae2ae80574dd5705d09437bfabd8 /share
parentc1183b3e497a4a691d1601e8312eed3d6ac39730 (diff)
make LDCONFIG usable on alphas too, no need for special casing it anymore
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index abce9263346..4ea3b121928 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
-# $OpenBSD: bsd.port.mk,v 1.21 1997/12/20 01:26:57 joey Exp $
+# $OpenBSD: bsd.port.mk,v 1.22 1998/02/10 08:33:16 niklas Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -574,7 +574,7 @@ GUNZIP_CMD?= /usr/bin/gunzip -f
GZCAT?= /usr/bin/gzcat
GZIP?= -9
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
-LDCONFIG?= /sbin/ldconfig
+LDCONFIG?= [ ! -x /sbin/ldconfig ] || /sbin/ldconfig
LN?= /bin/ln
MKDIR?= /bin/mkdir -p
MV?= /bin/mv