xref: /minix/external/gpl2/Makefile (revision 0a6a1f1d)
1#	$NetBSD: Makefile,v 1.5 2009/04/08 17:24:55 christos Exp $
2
3.include <bsd.own.mk>
4
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.
8MODULE=	gmake
9
10.include "${.CURDIR}/../../tools/Makefile.gnuhost"
11
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
15
16.if ${USETOOLS} != "yes"
17realall realinstall: ${GNUHOSTDIST:H}/.gitignore
18.endif # defined(__MINIX)
19
20.if (${MKCVS} != "no")
21SUBDIR+= xcvs
22.endif
23.if (${MKLVM} != "no")
24SUBDIR+= lvm2
25.endif
26
27.include <bsd.subdir.mk>
28