summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-01 01:31:51 +0000
committerpeter <peter@FreeBSD.org>1996-10-01 01:31:51 +0000
commit23b05888464729710283962cea56a9aa62e4805b (patch)
tree797073e0679c3724f2f0e18f92e99a8167adff0c /sbin/ldconfig/Makefile
parent180a0b4f4ac53132807d50921587764b266924f4 (diff)
downloadFreeBSD-src-23b05888464729710283962cea56a9aa62e4805b.zip
FreeBSD-src-23b05888464729710283962cea56a9aa62e4805b.tar.gz
Updates to deal with ld.so.hints version 2. It now deals with the
ldconfig path (from NetBSD). I added code to make sure there were no duplicates in the path when multiple ldconfig -m's were used. Reviewed by: nate, jdp Obtained from: NetBSD (partly)
Diffstat (limited to 'sbin/ldconfig/Makefile')
-rw-r--r--sbin/ldconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile
index 28cbe51..1dfb159 100644
--- a/sbin/ldconfig/Makefile
+++ b/sbin/ldconfig/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.6 1994/02/13 20:42:18 jkh Exp $
+# $Id: Makefile,v 1.7 1994/04/13 20:49:42 ats Exp $
PROG= ldconfig
-SRCS= ldconfig.c shlib.c etc.c
+SRCS= ldconfig.c shlib.c support.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
LDFLAGS+=-static
OpenPOWER on IntegriCloud