From 31bd24d325644f9487b3eccfe82a3176fa8496ab Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 29 Sep 1996 14:47:07 +0000 Subject: always static --- gnu/libexec/ld.so/ldconfig/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/libexec/ld.so/ldconfig/Makefile b/gnu/libexec/ld.so/ldconfig/Makefile index 879737f96e6..14daa45fca9 100644 --- a/gnu/libexec/ld.so/ldconfig/Makefile +++ b/gnu/libexec/ld.so/ldconfig/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 1996/09/18 08:16:06 pefo Exp $ +# $OpenBSD: Makefile,v 1.2 1996/09/29 14:47:06 deraadt Exp $ +LDSTATIC=-static PROG= ldconfig SRCS= ldconfig.c readelf.c MAN= ldconfig.8 @@ -7,5 +8,3 @@ MAN= ldconfig.8 BINDIR= /sbin .include - - -- cgit v1.2.3