summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch
diff options
context:
space:
mode:
authorsmurph <smurph@openbsd.org>1998-12-15 06:45:41 +0000
committersmurph <smurph@openbsd.org>1998-12-15 06:45:41 +0000
commitae0049ef243c1e8e72377924bbcbd58deb67418b (patch)
treea14cfdc31544f594b76930e5368201fce1202e54 /sys/lib/libkern/arch
parentThis fixed a number of things. A serious bug in bugcrt.c's initial stack (diff)
downloadwireguard-openbsd-ae0049ef243c1e8e72377924bbcbd58deb67418b.tar.xz
wireguard-openbsd-ae0049ef243c1e8e72377924bbcbd58deb67418b.zip
Support for the m88k arch.
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r--sys/lib/libkern/arch/m88k/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/lib/libkern/arch/m88k/Makefile.inc b/sys/lib/libkern/arch/m88k/Makefile.inc
new file mode 100644
index 00000000000..fae3c37561d
--- /dev/null
+++ b/sys/lib/libkern/arch/m88k/Makefile.inc
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile.inc,v 1.1 1998/12/15 06:45:41 smurph Exp $
+# $NetBSD: Makefile.inc,v 1.2 1996/04/13 01:17:58 cgd Exp $
+
+SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
+ memchr.c bcmp.c random.c \
+ strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
+ strncpy.c scanc.c skpc.c strncasecmp.c