Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / Makefile
blob4b520d2f8133defca85cb72c4e49f9ef6b9aa1e7
1 # $NetBSD: Makefile,v 1.19 2009/11/02 10:13:19 plunky Exp $
3 .include <bsd.own.mk>
5 SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive libevent \
6 mdocml openresolv pkg_install top byacc
8 .if (${MKATF} != "no")
9 SUBDIR+= atf
10 .endif
11 .if (${MKISCSI} != "no")
12 SUBDIR+= iscsi
13 .endif
14 .if (${MKLDAP} != "no")
15 SUBDIR+= openldap
16 .endif
17 .if (${MKCRYPTO} != "no")
18 SUBDIR+= ../../crypto/external/bsd
19 .endif
20 .if (${MKPCC} != "no")
21 SUBDIR+= pcc
22 .endif
24 .include <bsd.subdir.mk>