blob: d737b281e1d1a76df7f0ae66349bb8740560fccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.21 2010/02/03 06:25:55 tls Exp $
.include <bsd.own.mk>
SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent liblzf \
mdocml openresolv pkg_install top byacc
.if (${MKATF} != "no")
SUBDIR+= atf
.endif
.if (${MKISCSI} != "no")
SUBDIR+= iscsi
.endif
.if (${MKLDAP} != "no")
SUBDIR+= openldap
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= ../../crypto/external/bsd
.endif
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
.include <bsd.subdir.mk>
|