summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-02 11:22:08 +0000
committerpeter <peter@FreeBSD.org>1998-06-02 11:22:08 +0000
commit9b3fd83b9eec58baa7a9955cfa5ded9a8bf70c39 (patch)
tree0c4e076e7359550dae193729aaa1003d1242fccf /Makefile
parentcf8ca9607039a4be573ff2413b35223b4bdd3c0b (diff)
downloadFreeBSD-src-9b3fd83b9eec58baa7a9955cfa5ded9a8bf70c39.zip
FreeBSD-src-9b3fd83b9eec58baa7a9955cfa5ded9a8bf70c39.tar.gz
Fix brain-fart. "usr.bin/reinstall" should be "sbin/ldconfig".
No comment. *-<:-) Submitted by: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index df71296..c56dcd9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.190 1998/05/30 07:32:28 jhay Exp $
+# $Id: Makefile,v 1.191 1998/06/01 18:29:11 peter Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -600,11 +600,11 @@ 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 \
usr.bin/uudecode \
+ sbin/ldconfig \
usr.bin/objformat
cd ${.CURDIR}/$d; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
OpenPOWER on IntegriCloud