diff options
author | Nate Williams <nate@FreeBSD.org> | 1993-12-16 21:51:27 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 1993-12-16 21:51:27 +0000 |
commit | 0bb118a5b19d457a8f3d8c711f4c0661750ac4b1 (patch) | |
tree | 4601057cd66c8c1e82b7cef9d18700e712c95d3c /sbin/ldconfig | |
parent | 2384b3a702ec96455bd31080c4aca588b2e470ec (diff) | |
download | src-0bb118a5b19d457a8f3d8c711f4c0661750ac4b1.tar.gz src-0bb118a5b19d457a8f3d8c711f4c0661750ac4b1.zip |
Notes
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |