[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd

Annotation of src/external/bsd/Makefile, Revision 1.21

1.21    ! tls         1: #      $NetBSD: Makefile,v 1.20 2009/11/21 03:24:30 roy Exp $
1.1       lukem       2:
                      3: .include <bsd.own.mk>
                      4:
1.21    ! tls         5: SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent liblzf \
1.20      roy         6:        mdocml openresolv pkg_install top byacc
1.19      plunky      7:
1.8       jmmv        8: .if (${MKATF} != "no")
                      9: SUBDIR+= atf
                     10: .endif
1.12      agc        11: .if (${MKISCSI} != "no")
                     12: SUBDIR+= iscsi
                     13: .endif
1.1       lukem      14: .if (${MKLDAP} != "no")
                     15: SUBDIR+= openldap
                     16: .endif
1.9       agc        17: .if (${MKCRYPTO} != "no")
                     18: SUBDIR+= ../../crypto/external/bsd
                     19: .endif
1.4       gmcgarry   20: .if (${MKPCC} != "no")
                     21: SUBDIR+= pcc
                     22: .endif
1.1       lukem      23:
                     24: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>