diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-02 11:22:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-02 11:22:08 +0000 |
| commit | 1b53d90e9c36dbfaa770d0cd3e43c203ceb6b775 (patch) | |
| tree | b769cfe225b494046f29351ea8fad033eac0a184 /Makefile | |
| parent | 3a9b4259f4c9ba84bf2c8bec224f046ef0feec3b (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |
