2009-01-12 19:03:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 2009/01/12 16:03:16 christos Exp $
|
2008-05-22 18:12:21 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2008-10-02 21:54:51 +04:00
|
|
|
SUBDIR+= ../bsd/fetch/lib
|
2008-09-21 23:45:59 +04:00
|
|
|
SUBDIR+= ../bsd/libarchive/lib
|
2009-01-12 19:03:16 +03:00
|
|
|
SUBDIR+= ../bsd/am-utils/lib
|
2008-09-21 23:45:59 +04:00
|
|
|
|
2008-05-22 18:12:21 +04:00
|
|
|
.include <bsd.subdir.mk>
|