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