xref: /minix/external/bsd/Makefile (revision d56f51ea)
1#	$NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $
2
3.include <bsd.own.mk>
4
5#MINIX:
6SUBDIR=	bind byacc dhcpcd \
7	fetch file flex less \
8	libarchive libevent libpcap mdocml \
9	openresolv tmux top
10
11.if (${MKATF} != "no")
12SUBDIR+= atf
13.endif
14.if (${MKCRYPTO} != "no")
15SUBDIR+= pkg_install
16.endif
17# IP Filter
18.if (${MKIPFILTER} != "no")
19SUBDIR+=ipf
20.endif
21.if (${MKISCSI} != "no")
22SUBDIR+= iscsi
23.endif
24.if (${MKKYUA} != "no")
25SUBDIR+= lutok kyua-testers kyua-cli kyua-atf-compat
26.endif
27.if (${MKLDAP} != "no")
28SUBDIR+= openldap
29.endif
30.if (${MKLIBCXX} != "no")
31SUBDIR+= libc++
32.endif
33.if (${MKLLVM} != "no")
34.if (${MKLLVMCMDS} != "no") && defined(__MINIX)
35SUBDIR+= llvm
36.endif # (${MKLLVMCMDS} != "no") && defined(__MINIX)
37.endif
38.if (${MKPCC} != "no")
39SUBDIR+= pcc
40.endif
41.if (${MKDTRACE} != "no")
42SUBDIR+= libproc
43SUBDIR+= librtld_db
44.endif
45
46#MINIX:
47SUBDIR+= blacklist dhcp nvi
48
49.include <bsd.subdir.mk>
50