Makefile revision 1.2.4.2
1# $NetBSD: Makefile,v 1.2.4.2 2013/02/25 00:26:27 tls Exp $
2
3SUBDIR= lib .WAIT libexec share tests
4
5.for dir in libexec share tests
6includes-${dir}: .PHONY
7	@true
8.endfor
9
10.include <bsd.subdir.mk>
11