VFS: convert EINTR to EAGAIN for nonblocking I/O
[minix3.git] / gnu / dist / Makefile
blob3646a1a4c885f432c1176ecd9a7b3aafca302edc
1 # LSC FIXME: Hackish way to trigger the fetch phase from here
2 # in the same way as from tools.
4 .include <bsd.own.mk>
6 MODULE= texinfo
8 .include "${.CURDIR}/../../tools/Makefile.gnuhost"
10 # Force the mapping to standard targets even when not building tools
11 # We considere work to be done as soon as the fetch step is done,
12 # as everything else has to be triggered from /tools or ../usr.bin
14 .if ${USETOOLS} != "yes"
15 realall realinstall: ${GNUHOSTDIST:H}/.gitignore
17 .endif