1 # $NetBSD: Makefile,v 1.14 2009/12/20 05:52:41 thorpej Exp $
4 # This Makefile exists to provide a single point to build
5 # all libraries provided by external packages that may
6 # be used by other applications in the system.
11 .if
(${MKATF} != "no")
12 SUBDIR
+= ..
/bsd
/atf
/lib
15 .if
(${MKMDNS} != "no")
16 SUBDIR
+= ..
/apache2
/mDNSResponder
/lib
19 .if
(${MKCRYPTO} != "no")
20 SUBDIR
+= ..
/..
/crypto
/external
/lib .WAIT
22 .if
(${MKLDAP} != "no")
23 SUBDIR
+= ..
/bsd
/openldap
/lib
27 .if
(${MKISCSI} != "no")
28 SUBDIR
+= ..
/bsd
/iscsi
/lib
# depends on libpthread
31 SUBDIR
+= ..
/bsd
/fetch
/lib
32 SUBDIR
+= ..
/bsd
/libarchive
/lib
33 SUBDIR
+= ..
/bsd
/libevent
/lib
34 SUBDIR
+= ..
/bsd
/libelf
/lib
35 SUBDIR
+= ..
/bsd
/libdwarf
/lib
36 SUBDIR
+= ..
/bsd
/am-utils
/lib
37 SUBDIR
+= ..
/bsd
/bind
/lib
38 SUBDIR
+= ..
/bsd
/file
/lib
40 .
include <bsd.subdir.mk
>