18 lines
228 B
Makefile
18 lines
228 B
Makefile
# $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>
|