1 1.3 jruoho # $NetBSD: Makefile,v 1.3 2011/07/15 07:35:21 jruoho Exp $ 2 1.1 pgoyette 3 1.1 pgoyette .include <bsd.own.mk> 4 1.1 pgoyette 5 1.1 pgoyette TESTSDIR= ${TESTSBASE}/lib/libc/locale 6 1.1 pgoyette 7 1.3 jruoho TESTS_C+= t_mbrtowc 8 1.3 jruoho TESTS_C+= t_mbstowcs 9 1.1 pgoyette TESTS_C+= t_mbtowc 10 1.1 pgoyette TESTS_C+= t_wcstod 11 1.1 pgoyette TESTS_C+= t_wctomb 12 1.1 pgoyette 13 1.2 tron COPTS.t_wctomb.c += -Wno-stack-protector 14 1.2 tron 15 1.1 pgoyette .include <bsd.test.mk> 16