diff options
Diffstat (limited to 'gnu/usr.bin/ld/ldconfig/Makefile')
-rw-r--r-- | gnu/usr.bin/ld/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 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) |