diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-26 12:15:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-26 12:15:56 +0000 |
commit | 71a6198c7b59ea3322eb6ba75c6ac71a79a334fa (patch) | |
tree | 20df2e43badebd1dbd56d49c9cbbfd6e9b9945a2 /sys/lib/libkern/arch | |
parent | db4f98d60132f733aa1fda5c26397a4b4b537b43 (diff) |
alpha was missing memset
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r-- | sys/lib/libkern/arch/alpha/Makefile.inc | 4 |
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 |