1# $NetBSD: Makefile,v 1.2 2013/02/23 14:58:11 jmmv 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