diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-01-17 15:33:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-01-17 15:33:34 +0000 |
| commit | 4928e3ce0afab86691371758ba8b1f88c6ae2f6a (patch) | |
| tree | cb403abfe64cbec7b0c35355ab82144ef5c82c4d | |
| parent | 12900fe3177e3fdaf6e97548b620c7321251e60f (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 00e60e10c8e4..52652fd6460a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -530,7 +530,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld cross-tools: .for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \ - usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc + usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \ + gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \ |
