xref: /netbsd-src/external/bsd/atf/etc/Makefile (revision 355482d41fd8ca96252d7ba0160296c8d2d6dc14)
1# $NetBSD: Makefile,v 1.2 2013/02/25 00:22:10 jmmv Exp $
2
3.include <bsd.init.mk>
4
5.if !(${MKKYUA} != "no")
6SUBDIR= atf
7.endif
8
9.include <bsd.subdir.mk>
10