aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-06-01 18:29:11 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-06-01 18:29:11 +0000
commitc6bf2e49471ed4a60354ff19b440c3d0298a107a (patch)
tree53c04a7d4248a1ab8bd44e52e2f596bac4a94a13 /Makefile
parent04dc9546dd19d65c3fa8d2985547029bc8508b3f (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cb132bf79e1..df71296612ad 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 \