29 lines
569 B
Makefile
29 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.30 2011/07/03 21:58:33 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= acpica am-utils bind cron dhcpcd fetch file flex less libarchive \
|
|
libevent liblzf libpcap mdocml openresolv top byacc wpa ntp tcpdump \
|
|
tmux
|
|
|
|
.if (${MKATF} != "no")
|
|
SUBDIR+= atf
|
|
.endif
|
|
.if (${MKISCSI} != "no")
|
|
SUBDIR+= iscsi
|
|
.endif
|
|
.if (${MKLDAP} != "no")
|
|
SUBDIR+= openldap
|
|
.endif
|
|
.if (${MKLLVM} != "no")
|
|
SUBDIR+= llvm
|
|
.endif
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= pkg_install ../../crypto/external/bsd
|
|
.endif
|
|
.if (${MKPCC} != "no")
|
|
SUBDIR+= pcc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|