diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-11 20:54:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-11 20:54:21 +0000 |
commit | fb763ce96bd38feb2e32a17b505f49933cb21c0c (patch) | |
tree | 4a8665673fe103449a8f09bd7598eeaaddc6f72c /sys/arch | |
parent | 7eec3d7707c9b6fcb68d849b07f292d86c12681b (diff) |
memset.c is in libkern
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |