NetBSD/external/lib/Makefile

28 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/01/24 01:15:26 agc 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>
.if (${MKATF} != "no")
SUBDIR+= ../bsd/atf/lib
.endif
.if (${MKLDAP} != "no")
SUBDIR+= ../bsd/openldap/lib
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= ../../crypto/external/lib
.endif
SUBDIR+= ../bsd/fetch/lib
SUBDIR+= ../bsd/libarchive/lib
SUBDIR+= ../bsd/am-utils/lib
.include <bsd.subdir.mk>