25 lines
468 B
Makefile
25 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/11/21 03:24:30 roy Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent \
|
|
mdocml openresolv pkg_install top byacc
|
|
|
|
.if (${MKATF} != "no")
|
|
SUBDIR+= atf
|
|
.endif
|
|
.if (${MKISCSI} != "no")
|
|
SUBDIR+= iscsi
|
|
.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>
|