summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 04:18:31 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-09 04:18:31 +0000
commit158ca8cb94ae57065d6956f0b8a7aab41d1a78ac (patch)
treee62a9f825452ec3efde1b8669f12fae895a57987 /sys/lib/libkern/arch
parent03d4fb716427823837399569ed28e97ba72a2c87 (diff)
add memset to list of files to build.
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r--sys/lib/libkern/arch/powerpc/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/powerpc/Makefile.inc b/sys/lib/libkern/arch/powerpc/Makefile.inc
index 9fa57d42e34..70c59ba12df 100644
--- a/sys/lib/libkern/arch/powerpc/Makefile.inc
+++ b/sys/lib/libkern/arch/powerpc/Makefile.inc
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile.inc,v 1.4 1998/09/25 04:20:44 rahnds Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1999/11/09 04:18:30 rahnds Exp $
# $NetBSD: Makefile.inc,v 1.6 1994/10/26 06:39:03 cgd Exp $
CFLAGS += -D_KERNEL
SRCS+= __main.c __eabi.c \
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
- memchr.c \
+ memset.c memchr.c \
bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
strncpy.c scanc.c skpc.c locc.c htonl.c htons.c ntohl.c ntohs.c \
memcpy.c random.c strncasecmp.c