1# $NetBSD: Makefile,v 1.30 2011/07/03 21:58:33 tron Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= acpica am-utils bind cron dhcpcd fetch file flex less libarchive \ 6 libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump \ 7 tmux 8 9.if (${MKATF} != "no") 10SUBDIR+= atf 11.endif 12.if (${MKISCSI} != "no") 13SUBDIR+= iscsi 14.endif 15.if (${MKLDAP} != "no") 16SUBDIR+= openldap 17.endif 18.if (${MKLLVM} != "no") 19SUBDIR+= llvm 20.endif 21.if (${MKCRYPTO} != "no") 22SUBDIR+= pkg_install ../../crypto/external/bsd 23.endif 24.if (${MKPCC} != "no") 25SUBDIR+= pcc 26.endif 27 28.include <bsd.subdir.mk> 29