From 169f2bc29dae2f48e542c0d2abd3ebf792a51cbf Mon Sep 17 00:00:00 2001 From: niklas Date: Tue, 10 Feb 1998 08:33:16 +0000 Subject: [PATCH] make LDCONFIG usable on alphas too, no need for special casing it anymore --- infrastructure/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index abce9263346..4ea3b121928 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/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