summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-06-26 12:15:55 +0000
committermillert <millert@openbsd.org>2000-06-26 12:15:55 +0000
commit733df1da7a1b319644f312a16fbb2477b3868fd0 (patch)
treecabe3628482ceb638ab7471c9eb9dca178273a91 /sys/lib/libkern
parentcleanup, less cut&paste (diff)
downloadwireguard-openbsd-733df1da7a1b319644f312a16fbb2477b3868fd0.tar.xz
wireguard-openbsd-733df1da7a1b319644f312a16fbb2477b3868fd0.zip
alpha was missing memset
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r--sys/lib/libkern/arch/alpha/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/alpha/Makefile.inc b/sys/lib/libkern/arch/alpha/Makefile.inc
index 2be9a23527a..d8ec9e586aa 100644
--- a/sys/lib/libkern/arch/alpha/Makefile.inc
+++ b/sys/lib/libkern/arch/alpha/Makefile.inc
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.9 2000/06/16 19:56:53 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2000/06/26 12:15:55 millert Exp $
# $NetBSD: Makefile.inc,v 1.9 1996/08/27 00:44:24 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
- memchr.c memcmp.c \
+ memchr.c memcmp.c memset.c \
bcmp.c bzero.S ffs.S strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
strncpy.c scanc.c skpc.c htonl.S htons.S ntohl.S ntohs.S \
random.c strncasecmp.c