diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-20 20:16:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-20 20:16:30 +0000 |
commit | 14e0aba68427420ceaaa2082780678d18b207631 (patch) | |
tree | 3a43e5419aa783ddb7c7edadbe6275b31073cb69 /libexec/ld.so | |
parent | c71de0224347ee9b3008903f30a095e04358fcaf (diff) |
do not include or define things which are common for this subdir's parent
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
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> |