Build memcpy.c

This commit is contained in:
thorpej 1996-01-30 19:47:32 +00:00
parent 43349cd7ef
commit 90a0b784de
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1996/01/30 19:09:09 thorpej Exp $
# $NetBSD: Makefile,v 1.4 1996/01/30 19:47:32 thorpej Exp $
LIB= sa
@ -12,7 +12,7 @@ CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa
# stand routines
SRCS= alloc.c bcopy.c exit.c exec.c getfile.c gets.c globals.c \
printf.c strerror.c
memcpy.c printf.c strerror.c
# io routines
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \