diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-03-04 17:57:33 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-03-04 17:57:33 +0000 |
| commit | 7de9e379aec74fbf0de8f475b7775e52aa2870e4 (patch) | |
| tree | e4ed47c92a7a055d8bfa0a1eca3bf954d7a58951 | |
| parent | cac3fa155cfc7f6a6552141028658af58876173d (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 7f4ff989c5d0..51f8d140412c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -587,7 +587,7 @@ _perl= gnu/usr.bin/perl .endif build-tools: -.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ +.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ ${_libroken4} ${_libkrb5} lib/libncurses ${_share} ${_perl} cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor |
