xref: /minix3/external/bsd/kyua-cli/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1# $NetBSD: Makefile,v 1.2 2013/02/24 03:06:15 jmmv Exp $
2
3SUBDIR= etc lib .WAIT share tests usr.bin
4
5.for dir in share tests usr.bin
6includes-${dir}: .PHONY
7	@true
8.endfor
9
10.include <bsd.subdir.mk>
11