summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-10-11 20:54:20 +0000
committermickey <mickey@openbsd.org>2000-10-11 20:54:20 +0000
commit97d9e4190ca90c9b09cffe44b85cf4f9d8dbae65 (patch)
treec207edecc057af889635993b23566d98282da3fb
parentremove DES (diff)
downloadwireguard-openbsd-97d9e4190ca90c9b09cffe44b85cf4f9d8dbae65.tar.xz
wireguard-openbsd-97d9e4190ca90c9b09cffe44b85cf4f9d8dbae65.zip
memset.c is in libkern
-rw-r--r--sys/arch/hppa/stand/libsa/Makefile4
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