Makefile revision 1.5
11.5Sjruoho# $NetBSD: Makefile,v 1.5 2011/05/09 06:04:14 jruoho Exp $ 21.1Sjoerg 31.1Sjoerg.include <bsd.own.mk> 41.1Sjoerg 51.1SjoergTESTSDIR= ${TESTSBASE}/lib/libc/string 61.1Sjoerg 71.4SpgoyetteTESTS_C+= t_memcpy 81.4SpgoyetteTESTS_C+= t_memmem 91.4SpgoyetteTESTS_C+= t_popcount 101.5SjruohoTESTS_C+= t_strerror 111.4SpgoyetteTESTS_C+= t_stresep 121.3SpgoyetteTESTS_C+= t_string 131.4SpgoyetteTESTS_C+= t_swab 141.1Sjoerg 151.1Sjoerg.include <bsd.test.mk> 16