tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / Makefile
blobcedcad836b24da2d2e576669d0b696f92195c3eb
1 # $NetBSD: Makefile,v 1.45 2013/11/28 22:34:17 christos Exp $
3 .include <bsd.own.mk>
5 SUBDIR= byacc file flex less \
6 libarchive mdocml \
9 .if (${MKATF} != "no")
10 SUBDIR+= atf
11 .endif
12 .if (${MKCRYPTO} != "no")
13 SUBDIR+= pkg_install
14 .endif
15 # IP Filter
16 .if (${MKIPFILTER} != "no")
17 SUBDIR+=ipf
18 .endif
19 .if (${MKISCSI} != "no")
20 SUBDIR+= iscsi
21 .endif
22 .if (${MKKYUA} != "no")
23 SUBDIR+= lutok kyua-testers kyua-cli kyua-atf-compat
24 .endif
25 .if (${MKLDAP} != "no")
26 SUBDIR+= openldap
27 .endif
28 .if (${MKLIBCXX} != "no")
29 SUBDIR+= libc++
30 .endif
31 .if (${MKLLVM} != "no")
32 SUBDIR+= llvm
33 .endif
34 .if (${MKPCC} != "no")
35 SUBDIR+= pcc
36 .endif
38 SUBDIR+= nvi
40 .include <bsd.subdir.mk>