diff options
-rw-r--r-- | gnu/usr.bin/ld/ldconfig/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/ld/ldd/Makefile | 4 | ||||
-rw-r--r-- | sbin/ldconfig/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/ldd/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index 3d9905f27532..d27f9b7eea17 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/ldconfig/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.3 1993/11/09 04:19:20 paul Exp $ +# $Id: Makefile,v 1.4 1993/11/09 20:39:46 paul Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c etc.c LDDIR?= $(.CURDIR)/.. LDFLAGS += -static CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O -BINDIR= ${DESTDIR}/sbin +BINDIR= /sbin MAN8 = ldconfig.8 .PATH: $(LDDIR) $(LDDIR)/$(MACHINE) diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile index ded07978952a..282a8fdb57f6 100644 --- a/gnu/usr.bin/ld/ldd/Makefile +++ b/gnu/usr.bin/ld/ldd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.2 1993/10/22 21:10:42 pk Exp $ +# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $ PROG= ldd SRCS= ldd.c -BINDIR= ${DESTDIR}/usr/bin +BINDIR= /usr/bin .include <bsd.prog.mk> diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 3d9905f27532..d27f9b7eea17 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.3 1993/11/09 04:19:20 paul Exp $ +# $Id: Makefile,v 1.4 1993/11/09 20:39:46 paul Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c etc.c LDDIR?= $(.CURDIR)/.. LDFLAGS += -static CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O -BINDIR= ${DESTDIR}/sbin +BINDIR= /sbin MAN8 = ldconfig.8 .PATH: $(LDDIR) $(LDDIR)/$(MACHINE) diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index ded07978952a..282a8fdb57f6 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.2 1993/10/22 21:10:42 pk Exp $ +# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $ PROG= ldd SRCS= ldd.c -BINDIR= ${DESTDIR}/usr/bin +BINDIR= /usr/bin .include <bsd.prog.mk> |