e985b92992
Change-Id: Ic75f4cac5eb07ffaba8f97d10673d7d7e2b1762d
40 lines
664 B
Makefile
40 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.45 2013/11/28 22:34:17 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= byacc file flex less \
|
|
libarchive libevent mdocml \
|
|
|
|
|
|
.if (${MKATF} != "no")
|
|
SUBDIR+= atf
|
|
.endif
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= pkg_install
|
|
.endif
|
|
# IP Filter
|
|
.if (${MKIPFILTER} != "no")
|
|
SUBDIR+=ipf
|
|
.endif
|
|
.if (${MKISCSI} != "no")
|
|
SUBDIR+= iscsi
|
|
.endif
|
|
.if (${MKKYUA} != "no")
|
|
SUBDIR+= lutok kyua-testers kyua-cli kyua-atf-compat
|
|
.endif
|
|
.if (${MKLDAP} != "no")
|
|
SUBDIR+= openldap
|
|
.endif
|
|
.if (${MKLIBCXX} != "no")
|
|
SUBDIR+= libc++
|
|
.endif
|
|
.if (${MKLLVM} != "no")
|
|
SUBDIR+= llvm
|
|
.endif
|
|
.if (${MKPCC} != "no")
|
|
SUBDIR+= pcc
|
|
.endif
|
|
|
|
SUBDIR+= nvi
|
|
|
|
.include <bsd.subdir.mk>
|