[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd

File: [cvs.NetBSD.org] / src / external / bsd / Makefile (download)

Revision 1.10, Sun Apr 12 17:13:42 2009 UTC (15 years ago) by christos
Branch: MAIN
Changes since 1.9: +2 -3 lines

hook bind

#	$NetBSD: Makefile,v 1.10 2009/04/12 17:13:42 christos Exp $

.include <bsd.own.mk>

SUBDIR+= am-utils bind dhcpcd fetch libarchive pkg_install top
.if (${MKATF} != "no")
SUBDIR+= atf
.endif
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= ../../crypto/external/bsd
.endif
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif

.include <bsd.subdir.mk>