1993-10-23 05:33:12 +03:00
|
|
|
# $Id: Makefile,v 1.3 1993/10/23 02:33:12 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>
|