6 lines
222 B
Makefile
6 lines
222 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/11/08 21:01:35 christos Exp $
|
|
SUBDIR= fgets gets getcwd memcpy memmove memset raw read readlink \
|
|
snprintf sprintf strcat strcpy strncat strncpy vsnprintf vsprintf
|
|
|
|
.include <bsd.subdir.mk>
|