summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/ld.so/Makefile4
1 files changed, 1 insertions, 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 <bsd.prog.mk>
-.include <bsd.subdir.mk>