summaryrefslogtreecommitdiff
path: root/sys/lib/libc_sa/Makefile
blob: 8b204f3f9078d54201b74256a089c405bd2ba9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$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>