Home | History | Annotate | Line # | Download | only in kyua-testers
Makefile revision 1.2.12.2
      1 # $NetBSD: Makefile,v 1.2.12.2 2014/05/22 15:45:38 yamt 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