c566d4623b
- Enable installing binutils from the base system. - Import texinfo which is required for the binutils tools to be compiled. - Also adapted the fetch rules to correctly generate the gitignore files for gcc, and allow the case of multiple modules in the same directory, as found in gnu/dist. Warning: This patch has an entry in docs/UPDATING Change-Id: Ib781734e8fd7f9c6265fa65d62ba2cf3fccbc5ba
10 lines
246 B
Makefile
10 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/08/18 20:21:58 skrll Exp $
|
|
|
|
# LSC: NetBSD-specific tools: usr.sbin
|
|
SUBDIR+= lib .WAIT usr.bin
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-libexec:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|