summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-04-13 20:49:42 +0000
committerats <ats@FreeBSD.org>1994-04-13 20:49:42 +0000
commita0baf1752c4ed76d459bbc8bcba4f42cb903b7d1 (patch)
tree6167ddc6102b6135a38bd5b2584476ed1784fbb3 /sbin/ldconfig
parentf4fef7d4f51b9875293d493fb7baa020657997a3 (diff)
downloadFreeBSD-src-a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1.zip
FreeBSD-src-a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1.tar.gz
Better link ldconfig static instead dynamic.
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r--sbin/ldconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile
index f565cf1..28cbe51 100644
--- a/sbin/ldconfig/Makefile
+++ b/sbin/ldconfig/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.7 1993/12/10 05:10:22 mycroft Exp $
+# $Id: Makefile,v 1.6 1994/02/13 20:42:18 jkh Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c etc.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
-LDSTATIC=-static
+LDFLAGS+=-static
BINDIR= /sbin
MAN8= ldconfig.8
OpenPOWER on IntegriCloud