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.
9 .if
${MKUPDATE} == "no" && !defined
(NOCLEANDIR
)
10 BUILDTARGETS
+= cleandir
12 .if
${MKOBJDIRS} != "no"
15 BUILDTARGETS
+= do-build
17 .ORDER
: ${BUILDTARGETS}
20 .for targ in dependall
install
21 ${MAKEDIRTARGET} .
${targ}
26 . for targ in dependall
install
27 ${MAKEDIRTARGET} ${dir} ${targ}
35 .
include <bsd.subdir.mk
>