summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-29 21:40:54 +0000
committerbde <bde@FreeBSD.org>1997-06-29 21:40:54 +0000
commitcac50f24971bcf5751914b0d15c61210fffcbe0b (patch)
tree64e80782b894a776f939583a58cf3217f76b9328 /gnu
parente610502b1eca90e603b582f53ff78fd653d83f44 (diff)
downloadFreeBSD-src-cac50f24971bcf5751914b0d15c61210fffcbe0b.zip
FreeBSD-src-cac50f24971bcf5751914b0d15c61210fffcbe0b.tar.gz
Configure static linkage in the normal way (default to -static using
NOSHARED?= yes).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/ldconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile
index 4b120b6..d305363 100644
--- a/gnu/usr.bin/ld/ldconfig/Makefile
+++ b/gnu/usr.bin/ld/ldconfig/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
-LDFLAGS+=-static
+NOSHARED?= yes
BINDIR= /sbin
MAN8= ldconfig.8
OpenPOWER on IntegriCloud