NetBSD/external/lib/Makefile

30 lines
604 B
Makefile
Raw Normal View History

2009-05-08 21:47:44 +04:00
# $NetBSD: Makefile,v 1.10 2009/05/08 17:47:44 christos Exp $
#
# This Makefile exists to provide a single point to build
# all libraries provided by external packages that may
# be used by other applications in the system.
#
.include <bsd.own.mk>
2009-01-19 10:16:11 +03:00
.if (${MKATF} != "no")
SUBDIR+= ../bsd/atf/lib
.endif
2009-04-14 21:47:16 +04:00
.if (${MKCRYPTO} != "no")
SUBDIR+= ../../crypto/external/lib .WAIT
.if (${MKLDAP} != "no")
SUBDIR+= ../bsd/openldap/lib
.endif
.endif
SUBDIR+= ../bsd/fetch/lib
SUBDIR+= ../bsd/libarchive/lib
2009-01-12 19:03:16 +03:00
SUBDIR+= ../bsd/am-utils/lib
2009-04-12 21:10:22 +04:00
SUBDIR+= ../bsd/bind/lib
2009-05-08 21:47:44 +04:00
SUBDIR+= ../bsd/file/lib
.include <bsd.subdir.mk>