18 lines
232 B
Makefile
18 lines
232 B
Makefile
# $NetBSD: Makefile,v 1.4 1994/10/26 05:36:44 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>
|