Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git] / external / lib / Makefile
blob9ec6c067ce6da5a194c063b6a4f5b583cf5e7f2f
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.
9 .include <bsd.own.mk>
11 .if (${MKATF} != "no")
12 SUBDIR+= ../bsd/atf/lib
13 .endif
15 .if (${MKMDNS} != "no")
16 SUBDIR+= ../apache2/mDNSResponder/lib
17 .endif
19 .if (${MKCRYPTO} != "no")
20 SUBDIR+= ../../crypto/external/lib .WAIT
22 .if (${MKLDAP} != "no")
23 SUBDIR+= ../bsd/openldap/lib
24 .endif
25 .endif
27 .if (${MKISCSI} != "no")
28 SUBDIR+= ../bsd/iscsi/lib # depends on libpthread
29 .endif
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>