2012-10-08 05:45:11 +04:00
|
|
|
# $NetBSD: Makefile,v 1.33 2012/10/08 01:45:11 jkoshy Exp $
|
2008-05-22 18:02:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-10-08 05:45:11 +04:00
|
|
|
SUBDIR= acpica am-utils bind byacc cron dhcpcd fetch file flex less \
|
|
|
|
libarchive libevent liblzf libpcap mdocml 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")
|
|
|
|
SUBDIR+= pkg_install ../../crypto/external/bsd
|
|
|
|
.endif
|
|
|
|
# IP Filter
|
|
|
|
.if (${MKIPFILTER} != "no")
|
|
|
|
SUBDIR+=ipf
|
|
|
|
.endif
|
2009-06-25 17:58:59 +04:00
|
|
|
.if (${MKISCSI} != "no")
|
|
|
|
SUBDIR+= iscsi
|
|
|
|
.endif
|
2008-05-22 18:02:24 +04:00
|
|
|
.if (${MKLDAP} != "no")
|
|
|
|
SUBDIR+= openldap
|
|
|
|
.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
|
2008-05-22 18:02:24 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|