summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-01 18:29:11 +0000
committerpeter <peter@FreeBSD.org>1998-06-01 18:29:11 +0000
commitc1db59662a8c7a4dd68388d70100471457aa29b4 (patch)
tree39086460a0910dfb37a52ef70dedf012f595efdd /Makefile
parentd78a63321df9b222dabc9da84e574c1c966658cf (diff)
downloadFreeBSD-src-c1db59662a8c7a4dd68388d70100471457aa29b4.zip
FreeBSD-src-c1db59662a8c7a4dd68388d70100471457aa29b4.tar.gz
ldconfig is used at the end of installworld.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cb132b..df71296 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.189 1998/05/29 05:15:47 jkh Exp $
+# $Id: Makefile,v 1.190 1998/05/30 07:32:28 jhay Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -586,6 +586,7 @@ includes:
#
# XXX gperf is required for cc
# XXX a new ld and tsort is required for cc
+# XXX ldconfig is required at the end of reinstall/installworld.
lib-tools:
.for d in \
gnu/usr.bin/gperf \
@@ -599,6 +600,7 @@ lib-tools:
usr.bin/mk_cmds \
usr.bin/nm \
usr.bin/ranlib \
+ usr.bin/reinstall \
usr.bin/strip \
usr.bin/env \
gnu/usr.bin/binutils \
OpenPOWER on IntegriCloud