Remove building with NOCRYPTO option
[minix.git] / external / gpl2 / Makefile
blob4e7fd64a3ed420c6ab800702c7604dd6a652990a
1 # $NetBSD: Makefile,v 1.5 2009/04/08 17:24:55 christos Exp $
3 .include <bsd.own.mk>
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.
8 MODULE= gmake
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")
21 SUBDIR+= xcvs
22 .endif
23 .if (${MKLVM} != "no")
24 SUBDIR+= lvm2
25 .endif
27 .include <bsd.subdir.mk>