2010-06-10 03:02:44 +04:00
|
|
|
# $NetBSD: Makefile,v 1.16 2010/06/09 23:02:44 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>
|
|
|
|
|
2009-01-19 10:16:11 +03:00
|
|
|
.if (${MKATF} != "no")
|
|
|
|
SUBDIR+= ../bsd/atf/lib
|
|
|
|
.endif
|
|
|
|
|
2009-09-30 03:56:26 +04:00
|
|
|
.if (${MKMDNS} != "no")
|
|
|
|
SUBDIR+= ../apache2/mDNSResponder/lib
|
|
|
|
.endif
|
|
|
|
|
2009-04-14 21:47:16 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ../../crypto/external/lib .WAIT
|
2010-06-10 03:02:44 +04:00
|
|
|
.endif
|
2009-04-14 21:47:16 +04:00
|
|
|
|
2009-04-15 00:26:52 +04:00
|
|
|
.if (${MKLDAP} != "no")
|
2008-05-22 18:12:21 +04:00
|
|
|
SUBDIR+= ../bsd/openldap/lib
|
|
|
|
.endif
|
2009-01-24 04:15:24 +03:00
|
|
|
|
2009-06-25 17:58:59 +04:00
|
|
|
.if (${MKISCSI} != "no")
|
|
|
|
SUBDIR+= ../bsd/iscsi/lib # depends on libpthread
|
|
|
|
.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-11-02 13:13:19 +03:00
|
|
|
SUBDIR+= ../bsd/libevent/lib
|
2009-12-20 08:52:41 +03:00
|
|
|
SUBDIR+= ../bsd/libelf/lib
|
2009-12-23 03:17:40 +03:00
|
|
|
SUBDIR+= ../bsd/libdwarf/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
|
2008-09-21 23:45:59 +04:00
|
|
|
|
2008-05-22 18:12:21 +04:00
|
|
|
.include <bsd.subdir.mk>
|