Home | History | Annotate | Line # | Download | only in kyua-testers
      1 # $NetBSD: Makefile,v 1.2 2013/02/23 14:58:11 jmmv Exp $
      2 
      3 SUBDIR= lib .WAIT libexec share tests
      4 
      5 .for dir in libexec share tests
      6 includes-${dir}: .PHONY
      7 	@true
      8 .endfor
      9 
     10 .include <bsd.subdir.mk>
     11