#	$Id: Makefile,v 1.3 1993/10/23 02:33:12 cgd Exp $

LIB=	c_sa

# string routines
SRCS+=	bcopy.c memset.c strerror.c

# other misc routines
SRCS+=	errno.c printf.c

NOPROFILE=
NOPIC=
OBJMACHINE=

install:

.include <bsd.lib.mk>
