add wcsncpy test.

This commit is contained in:
tnozaki 2005-10-13 21:36:11 +00:00
parent d1a646444f
commit 641c362cb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.6 2005/03/15 15:57:58 christos Exp $
# $NetBSD: Makefile,v 1.7 2005/10/13 21:36:11 tnozaki Exp $
SUBDIR+= memchr memmem strcat strchr strcmp strcpy strlen strrchr swab
SUBDIR+= memchr memmem strcat strchr strcmp strcpy strlen strrchr swab wcsncpy
.include <bsd.subdir.mk>