2015-09-28 20:12:46 +03:00
|
|
|
# $NetBSD: Makefile,v 1.54 2015/09/28 17:12:46 christos Exp $
|
2008-05-22 18:02:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2014-08-08 23:34:35 +04:00
|
|
|
SUBDIR= acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
|
|
|
|
fetch file flex less \
|
2015-09-25 14:38:12 +03:00
|
|
|
libarchive libevent liblzf libpcap mdocml \
|
2015-09-24 17:48:36 +03:00
|
|
|
ntp openresolv tcpdump tmux top tre wpa
|
2009-11-02 13:13:19 +03:00
|
|
|
|
2009-01-19 10:14:06 +03:00
|
|
|
.if (${MKATF} != "no")
|
|
|
|
SUBDIR+= atf
|
|
|
|
.endif
|
2012-10-08 05:45:11 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2013-02-13 00:32:11 +04:00
|
|
|
SUBDIR+= pkg_install
|
2012-10-08 05:45:11 +04:00
|
|
|
.endif
|
|
|
|
# IP Filter
|
|
|
|
.if (${MKIPFILTER} != "no")
|
|
|
|
SUBDIR+=ipf
|
|
|
|
.endif
|
2009-06-25 17:58:59 +04:00
|
|
|
.if (${MKISCSI} != "no")
|
|
|
|
SUBDIR+= iscsi
|
|
|
|
.endif
|
2013-02-17 01:40:05 +04:00
|
|
|
.if (${MKKYUA} != "no")
|
2013-02-25 04:21:04 +04:00
|
|
|
SUBDIR+= lutok kyua-testers kyua-cli kyua-atf-compat
|
2013-02-17 01:40:05 +04:00
|
|
|
.endif
|
2008-05-22 18:02:24 +04:00
|
|
|
.if (${MKLDAP} != "no")
|
|
|
|
SUBDIR+= openldap
|
|
|
|
.endif
|
2013-04-28 04:14:14 +04:00
|
|
|
.if (${MKLIBCXX} != "no")
|
2013-04-28 03:03:10 +04:00
|
|
|
SUBDIR+= libc++
|
|
|
|
.endif
|
2011-02-06 04:13:42 +03:00
|
|
|
.if (${MKLLVM} != "no")
|
|
|
|
SUBDIR+= llvm
|
|
|
|
.endif
|
2008-08-24 09:47:05 +04:00
|
|
|
.if (${MKPCC} != "no")
|
|
|
|
SUBDIR+= pcc
|
|
|
|
.endif
|
2015-09-28 20:12:46 +03:00
|
|
|
.if (${MKDTRACE} != "no")
|
2015-09-25 14:38:12 +03:00
|
|
|
SUBDIR+= libproc
|
|
|
|
SUBDIR+= librtld_db
|
|
|
|
.endif
|
2008-05-22 18:02:24 +04:00
|
|
|
|
2015-01-25 18:47:19 +03:00
|
|
|
SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
|
2013-03-23 19:42:00 +04:00
|
|
|
|
2008-05-22 18:02:24 +04:00
|
|
|
.include <bsd.subdir.mk>
|