diff options
author | 1998-12-15 06:45:41 +0000 | |
---|---|---|
committer | 1998-12-15 06:45:41 +0000 | |
commit | ae0049ef243c1e8e72377924bbcbd58deb67418b (patch) | |
tree | a14cfdc31544f594b76930e5368201fce1202e54 /sys/lib/libkern/arch | |
parent | This fixed a number of things. A serious bug in bugcrt.c's initial stack (diff) | |
download | wireguard-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.inc | 7 |
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 |