diff options
author | ats <ats@FreeBSD.org> | 1994-04-13 20:49:42 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-04-13 20:49:42 +0000 |
commit | a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1 (patch) | |
tree | 6167ddc6102b6135a38bd5b2584476ed1784fbb3 /sbin/ldconfig/Makefile | |
parent | f4fef7d4f51b9875293d493fb7baa020657997a3 (diff) | |
download | FreeBSD-src-a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1.zip FreeBSD-src-a0baf1752c4ed76d459bbc8bcba4f42cb903b7d1.tar.gz |
Better link ldconfig static instead dynamic.
Diffstat (limited to 'sbin/ldconfig/Makefile')
-rw-r--r-- | sbin/ldconfig/Makefile | 4 |
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 |