From fb763ce96bd38feb2e32a17b505f49933cb21c0c Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 11 Oct 2000 20:54:21 +0000 Subject: memset.c is in libkern --- sys/arch/hppa/stand/libsa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/stand/libsa/Makefile') diff --git a/sys/arch/hppa/stand/libsa/Makefile b/sys/arch/hppa/stand/libsa/Makefile index c793167e693..0668fa59986 100644 --- a/sys/arch/hppa/stand/libsa/Makefile +++ b/sys/arch/hppa/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1999/12/23 04:10:30 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 2000/10/11 20:54:20 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -21,7 +21,7 @@ SRCS= machdep.c pdc.c itecons.c dev_hppa.c exec_hppa.c time.c \ # stand routines SRCS+= alloc.c exit.c getfile.c gets.c globals.c strcmp.c strlen.c \ - strncmp.c memcmp.c memcpy.c memset.c printf.c strerror.c strncpy.c \ + strncmp.c memcmp.c memcpy.c printf.c strerror.c strncpy.c \ strtol.c strchr.c ctime.c exec.new.c exec_elf.c exec_som.c # io routines -- cgit v1.2.3