diff options
Diffstat (limited to 'libexec/ld.so/ldconfig/Makefile')
-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 4bce223c723..588e85fc566 100644 --- a/libexec/ld.so/ldconfig/Makefile +++ b/libexec/ld.so/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/07/06 17:33:10 otto Exp $ +# $OpenBSD: Makefile,v 1.12 2016/07/04 20:56:50 kettenis Exp $ # $NetBSD: Makefile,v 1.10 1995/03/06 04:24:41 cgd Exp $ MAN= ldconfig.8 @@ -6,7 +6,7 @@ MAN= ldconfig.8 .include <bsd.own.mk> PROG= ldconfig -SRCS= ldconfig.c shlib.c etc.c prebind_delete.c debug.c prebind.c library.c sod.c prebind_path.c +SRCS= ldconfig.c shlib.c etc.c sod.c ldconfig_path.c LDDIR?= $(.CURDIR)/.. CFLAGS+=-Wall CFLAGS+=-I$(.CURDIR) -I$(.CURDIR)/.. |