27 lines
416 B
Makefile
27 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.36 2012/03/17 17:15:28 jruoho Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKATF} != "no"
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
ATFFILE= yes
|
|
|
|
SUBDIR= bin dev examples fs games include ipf kernel lib libexec net
|
|
SUBDIR+= rump sbin sys usr.bin usr.sbin
|
|
|
|
. if ${MKKMOD} != "no"
|
|
SUBDIR+= modules
|
|
. endif
|
|
|
|
. if ${MKCRYPTO} != "no"
|
|
SUBDIR+= crypto
|
|
. endif
|
|
|
|
.include <bsd.test.mk>
|
|
|
|
.else
|
|
|
|
.include <bsd.subdir.mk>
|
|
.endif
|