2013-04-10 18:13:48 +02:00
|
|
|
# LSC FIXME: Hackish way to trigger the fetch phase from here
|
|
|
|
# in the same way as from tools.
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
MODULE= texinfo
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../tools/Makefile.gnuhost"
|
|
|
|
|
|
|
|
# Force the mapping to standard targets even when not building tools
|
2013-09-16 13:42:15 +02:00
|
|
|
# We considere work to be done as soon as the fetch step is done,
|
|
|
|
# as everything else has to be triggered from /tools or ../usr.bin
|
|
|
|
|
2013-04-10 18:13:48 +02:00
|
|
|
.if ${USETOOLS} != "yes"
|
2013-09-16 13:42:15 +02:00
|
|
|
realall realinstall: ${GNUHOSTDIST:H}/.gitignore
|
|
|
|
|
2013-04-10 18:13:48 +02:00
|
|
|
.endif
|
2013-09-16 13:42:15 +02:00
|
|
|
|