xref: /netbsd-src/external/bsd/Makefile (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1#	$NetBSD: Makefile,v 1.46 2013/12/25 22:04:20 christos Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	acpica am-utils bind byacc cron dhcpcd elftosb fetch file flex less \
6	libarchive libevent liblzf libpcap mdocml ntp openresolv tcpdump \
7	tmux top tre wpa
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+= pdisk dhcp nvi ppp smbfs
39
40.include <bsd.subdir.mk>
41