NetBSD/external/bsd/Makefile

20 lines
383 B
Makefile
Raw Normal View History

2009-05-08 21:45:49 +04:00
# $NetBSD: Makefile,v 1.11 2009/05/08 17:45:49 christos Exp $
2008-05-22 18:02:24 +04:00
.include <bsd.own.mk>
2009-05-08 21:45:49 +04:00
SUBDIR+= am-utils bind dhcpcd fetch file libarchive pkg_install top
2009-01-19 10:14:06 +03:00
.if (${MKATF} != "no")
SUBDIR+= atf
.endif
2008-05-22 18:02:24 +04:00
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
.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>