2010-05-07 21:35:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.22 2010/05/07 17:35:32 christos Exp $
|
2008-05-22 18:02:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-05-07 21:35:31 +04:00
|
|
|
SUBDIR+= am-utils bind cron dhcpcd fetch file flex libarchive libevent liblzf \
|
2009-11-21 06:24:30 +03:00
|
|
|
mdocml openresolv pkg_install top byacc
|
2009-11-02 13:13:19 +03:00
|
|
|
|
2009-01-19 10:14:06 +03:00
|
|
|
.if (${MKATF} != "no")
|
|
|
|
SUBDIR+= atf
|
|
|
|
.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
|
2009-01-24 04:15:24 +03:00
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ../../crypto/external/bsd
|
|
|
|
.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>
|