diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-11-10 22:03:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-11-10 22:03:19 +0000 |
commit | e799b11d3352edb83ed0edcb94f7232e8a1fc219 (patch) | |
tree | 84e4d4331d0d0401715cbb8693a9a4ce8e465982 /libexec/ld.so | |
parent | e7c8cf8e36b5cafa39c9ae10f85f783815bb48fb (diff) |
use ${STATIC} rather than -static. ok miod
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/Makefile b/libexec/ld.so/ldconfig/Makefile index 567d34f7a84..663ef189494 100644 --- a/libexec/ld.so/ldconfig/Makefile +++ b/libexec/ld.so/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/11/20 23:23:09 avsm Exp $ +# $OpenBSD: Makefile,v 1.4 2004/11/10 22:03:18 drahn Exp $ # $NetBSD: Makefile,v 1.10 1995/03/06 04:24:41 cgd Exp $ PROG= ldconfig @@ -6,7 +6,7 @@ SRCS= ldconfig.c shlib.c etc.c LDDIR?= $(.CURDIR)/.. #CFLAGS+=-Werror #CFLAGS+=-I$(.CURDIR) -I$(LDDIR)/$(MACHINE_ARCH) -LDSTATIC=-static +LDSTATIC=${STATIC} BINDIR= /sbin MAN= ldconfig.8 |