1# $NetBSD: Makefile,v 1.2 2016/02/05 10:16:12 roy Exp $ 2 3.include <bsd.own.mk> 4 5TEST_SUBDIRS= 6.if ${MKATF} != "no" 7TEST_SUBDIRS+= tests 8.endif 9 10SUBDIR= lib .WAIT ${TEST_SUBDIRS} 11 12.include <bsd.subdir.mk> 13