NetBSD/external/lib/Makefile

19 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/10/02 17:54:53 joerg 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 (${MKLDAP} != "no")
SUBDIR+= ../bsd/openldap/lib
.endif
SUBDIR+= ../bsd/fetch/lib
SUBDIR+= ../bsd/libarchive/lib
.include <bsd.subdir.mk>