1 # $NetBSD: Makefile,v 1.5 2009/04/08 17:24:55 christos Exp $
5 .if defined
(__MINIX
) && 0
6 # LSC FIXME: Hackish way to trigger the fetch phase from here
7 # in the same way as from tools.
10 .
include "${.CURDIR}/../../tools/Makefile.gnuhost"
12 # Force the mapping to standard targets even when not building tools
13 # We considere work to be done as soon as the fetch step is done,
14 # as everything else has to be triggered from /tools or ../usr.bin
16 .if
${USETOOLS} != "yes"
17 realall realinstall
: ${GNUHOSTDIST
:H
}/.gitignore
18 .
endif # defined(__MINIX)
20 .if
(${MKCVS} != "no")
23 .if
(${MKLVM} != "no")
27 .
include <bsd.subdir.mk
>