1#         $NetBSD: Makefile,v 1.78 2024/10/30 18:09:18 christos Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=   acpica am-utils bc byacc cron dhcpcd elftoolchain/common \
6          ekermit elftosb fetch file flex ${EXTERNAL_JEMALLOC_SUBDIR} less \
7          libarchive libevent libfido2 liblzf libpcap mdocml \
8          ntp openresolv tcpdump tmux top tre wpa zstd
9
10.if (${MKATF} != "no")
11SUBDIR+= atf
12.endif
13SUBDIR+= pkg_install
14# IP Filter
15.if (${MKIPFILTER} != "no")
16SUBDIR+=ipf
17.endif
18.if (${MKISCSI} != "no")
19SUBDIR+= iscsi
20.endif
21.if (${MKKYUA} != "no")
22SUBDIR+= lutok kyua-testers kyua-cli kyua-atf-compat
23.endif
24.if (${MKLDAP} != "no")
25SUBDIR+= openldap
26.endif
27.if (${MKLIBCXX} != "no")
28SUBDIR+= libc++
29.endif
30.if (${MKNSD} != "no")
31SUBDIR+= nsd
32.endif
33.if ${MKPAM} != "no"
34SUBDIR+= pam-u2f
35.endif
36.if (${MKPCC} != "no")
37SUBDIR+= pcc
38.endif
39.if (${MKDTRACE} != "no")
40SUBDIR+= libproc
41SUBDIR+= librtld_db
42.endif
43.if ${MKUNBOUND} != "no"
44SUBDIR+= unbound
45.endif
46
47SUBDIR+= blocklist pdisk nvi ppp libnv tradcpp
48
49.include <bsd.subdir.mk>
50