mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 15:18:01 -04:00
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>
|