Remove building with NOCRYPTO option
[minix.git] / external / mit / ctwm / Makefile
blob52a7901c6486d9df14dfc82ea412261b4cbc5c44
1 # $NetBSD: Makefile,v 1.1 2015/09/03 22:24:02 youri Exp $
3 # Top level Makefile to cross build xorg inside the NetBSD tree.
5 .include <bsd.own.mk>
7 SUBDIR= bin
9 .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
10 BUILDTARGETS+= cleandir
11 .endif
12 .if ${MKOBJDIRS} != "no"
13 BUILDTARGETS+= obj
14 .endif
15 BUILDTARGETS+= do-build
17 .ORDER: ${BUILDTARGETS}
19 do-build:
20 .for targ in dependall install
21 ${MAKEDIRTARGET} . ${targ}
22 .endfor
24 .for dir in tools lib
25 do-${dir:S/\//-/g}:
26 . for targ in dependall install
27 ${MAKEDIRTARGET} ${dir} ${targ}
28 . endfor
29 .endfor
32 DISTRIBTARGETS= \
33 bin/ctwm
35 .include <bsd.subdir.mk>