NetBSD/external/bsd/Makefile
2010-12-05 05:59:59 +00:00

25 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.26 2010/12/05 05:59:59 christos Exp $
.include <bsd.own.mk>
SUBDIR+= am-utils bind cron dhcpcd fetch file flex libarchive libevent liblzf \
libpcap mdocml openresolv top byacc wpa ntp tcpdump
.if (${MKATF} != "no")
SUBDIR+= atf
.endif
.if (${MKISCSI} != "no")
SUBDIR+= iscsi
.endif
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= pkg_install ../../crypto/external/bsd
.endif
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
.include <bsd.subdir.mk>