Makefile revision 1.4
11.4Spgoyette# $NetBSD: Makefile,v 1.4 2010/12/26 13:35:54 pgoyette 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.4SpgoyetteTESTS_C+= t_stresep 111.3SpgoyetteTESTS_C+= t_string 121.4SpgoyetteTESTS_C+= t_swab 131.1Sjoerg 141.1Sjoerg.include <bsd.test.mk> 15