From 14e0aba68427420ceaaa2082780678d18b207631 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 20 Jul 2001 20:16:30 +0000 Subject: do not include or define things which are common for this subdir's parent --- libexec/ld.so/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index 7d4c9a654e9..0d5bae7a710 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2001/06/08 06:50:34 art Exp $ +# $OpenBSD: Makefile,v 1.8 2001/07/20 20:16:29 mickey Exp $ SUBDIR=libdl ldconfig ldd VPATH=${.CURDIR}/../../lib/libc/string:${.CURDIR}/../../sys/lib/libsa @@ -9,7 +9,6 @@ SRCS+= sod.c strcmp.c strncmp.c strsep.c strtol.c strdup.c strcpy.c OBJS+= strchr.o PROG= ld.so MAN= ld.so.8 -BINDIR=/usr/libexec .if (${MACHINE_ARCH} == "powerpc") CFLAGS += -fpic -msoft-float .endif @@ -38,4 +37,3 @@ $(PROG): $(LD) -x -e _dl_start $(ELF_LDFLAGS) -o $(PROG) $(OBJS) .include -.include -- cgit v1.2.3