NetBSD/external/lib/Makefile

20 lines
423 B
Makefile
Raw Normal View History

2009-01-12 19:03:16 +03:00
# $NetBSD: Makefile,v 1.4 2009/01/12 16:03:16 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>
.if (${MKLDAP} != "no")
SUBDIR+= ../bsd/openldap/lib
.endif
SUBDIR+= ../bsd/fetch/lib
SUBDIR+= ../bsd/libarchive/lib
2009-01-12 19:03:16 +03:00
SUBDIR+= ../bsd/am-utils/lib
.include <bsd.subdir.mk>