summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-18 01:07:20 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-18 01:07:20 +0000
commit109ca356f4df013b0c1a8e7353c17073f6aedb14 (patch)
tree697c66bafc77829745b6e07f3d9f0f91ed980e37
parentf27a0609f64aa75de846569ef7f4593e1bb3bf75 (diff)
Need strncpy.c now.
-rw-r--r--sys/arch/hp300/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/libsa/Makefile b/sys/arch/hp300/stand/libsa/Makefile
index fb2d9ea19a5..a819b609bf2 100644
--- a/sys/arch/hp300/stand/libsa/Makefile
+++ b/sys/arch/hp300/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1997/02/10 09:20:48 downsj Exp $
+# $OpenBSD: Makefile,v 1.8 1997/02/18 01:07:19 downsj Exp $
# $NetBSD: Makefile,v 1.5 1996/06/26 17:44:42 thorpej Exp $
LIB= sa
@@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa
# stand routines
SRCS= alloc.c exit.c exec.c getfile.c gets.c globals.c \
- memcmp.c memcpy.c memset.c printf.c strerror.c
+ memcmp.c memcpy.c memset.c printf.c strerror.c strncpy.c
# io routines
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \