diff options
author | 1998-06-19 09:14:42 +0000 | |
---|---|---|
committer | 1998-06-19 09:14:42 +0000 | |
commit | a297e754ee83794f217ed074f319b18d1acb26da (patch) | |
tree | 6de4fa95556d14b315174f8e6ed470dae42d2471 /sys/lib/libkern | |
parent | fix spelling mistake, better grammar (diff) | |
download | wireguard-openbsd-a297e754ee83794f217ed074f319b18d1acb26da.tar.xz wireguard-openbsd-a297e754ee83794f217ed074f319b18d1acb26da.zip |
Added memset.c, needed by AUDIO_INITINFO
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/m68k/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/m68k/Makefile.inc b/sys/lib/libkern/arch/m68k/Makefile.inc index 854cdc57e8a..ae04c77f283 100644 --- a/sys/lib/libkern/arch/m68k/Makefile.inc +++ b/sys/lib/libkern/arch/m68k/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/11/04 19:08:08 chuck Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1998/06/19 09:14:42 espie Exp $ # $NetBSD: Makefile.inc,v 1.7 1996/04/18 01:53:04 cgd Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ - memchr.c \ + memchr.c memset.c \ bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.S \ strncpy.S htonl.S htons.S ntohl.S ntohs.S scanc.S skpc.S locc.S \ strncasecmp.c |