10 lines
152 B
Makefile
10 lines
152 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2013/02/25 00:22:10 jmmv Exp $
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
.if !(${MKKYUA} != "no")
|
||
|
SUBDIR= atf
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|