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
15 lines
327 B
Makefile
15 lines
327 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/09/09 06:31:33 lukem Exp $
|
|
|
|
NOMAN=
|
|
MAKEDOC=
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
HOSTPROG= makedoc
|
|
SRCS= makedoc.c xexit.c xmalloc.c xstrdup.c
|
|
|
|
.PATH: ${IDIST}/info ${IDIST}/lib
|
|
HOST_CPPFLAGS+= -I${IDIST}/info -I${IDIST}/lib -I${.CURDIR}/../common
|
|
HOST_CPPFLAGS+= -DHOSTTOOL
|
|
|
|
.include <bsd.hostprog.mk>
|