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