xref: /netbsd-src/external/bsd/atf/usr.bin/Makefile (revision c34236556bea94afcaca1782d7d228301edc3ea0)
1# $NetBSD: Makefile,v 1.4 2013/02/25 00:22:11 jmmv Exp $
2
3.include <bsd.init.mk>
4
5SUBDIR=		atf-sh
6.if !(${MKKYUA} != "no")
7SUBDIR+=	atf-config atf-report atf-run atf-version
8.endif
9
10.include <bsd.subdir.mk>
11