diff options
| author | chopps <chopps@NetBSD.org> | 1994-03-29 07:10:36 +0000 |
|---|---|---|
| committer | chopps <chopps@NetBSD.org> | 1994-03-29 07:10:36 +0000 |
| commit | 2c8fad6100e43aed1cdc9a2ef08233ec92f6ff80 (patch) | |
| tree | ad2b09fcd82969332484e7147e66b046e91d0873 | |
| parent | 95f1b85a5a26b6f231487ce8316398b6b3d724fc (diff) | |
Need for copy-to-libkern-machdep in ../../Makefile
| -rw-r--r-- | lib/libc/arch/m68k/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/arch/m68k/Makefile.inc b/lib/libc/arch/m68k/Makefile.inc new file mode 100644 index 00000000000..c78904b2e0f --- /dev/null +++ b/lib/libc/arch/m68k/Makefile.inc @@ -0,0 +1,5 @@ +# $Id: Makefile.inc,v 1.1 1994/03/29 07:10:36 chopps Exp $ + +KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h +KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \ + strncpy.S htonl.S htons.S ntohl.S ntohs.S |
