1994-10-26 08:27:43 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 1994/10/26 05:36:44 cgd Exp $
|
1993-10-13 14:16:19 +03:00
|
|
|
|
|
|
|
LIB= c_sa
|
|
|
|
|
|
|
|
# string routines
|
|
|
|
SRCS+= bcopy.c memset.c strerror.c
|
|
|
|
|
|
|
|
# other misc routines
|
|
|
|
SRCS+= errno.c printf.c
|
|
|
|
|
|
|
|
NOPROFILE=
|
|
|
|
NOPIC=
|
1993-10-23 05:33:12 +03:00
|
|
|
OBJMACHINE=
|
1993-10-13 14:16:19 +03:00
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|