diff options
| author | briggs <briggs@NetBSD.org> | 1993-11-29 05:29:51 +0000 |
|---|---|---|
| committer | briggs <briggs@NetBSD.org> | 1993-11-29 05:29:51 +0000 |
| commit | 606d45ee4afd3f09a58bc06f6431e75cce3fd9fc (patch) | |
| tree | 557f9ba3e57d32b53d3f0198a41092e6de1513e7 /sys/lib | |
| parent | 7095375da9901c37ac5ae157d31567b4f32dd921 (diff) | |
Move the SRCS from hp300 over to here, changing ffs.c to ffs.s.
Am I missing something obvious in doing this? This makes the
${ARCH}/Makefile.inc for 68k able to just set ARCH=m68k.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/arch/m68k/Makefile.inc | 8 | ||||
| -rw-r--r-- | sys/lib/libkern/m68k/Makefile.inc | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/lib/libkern/arch/m68k/Makefile.inc b/sys/lib/libkern/arch/m68k/Makefile.inc index 9e3538743e0..910ae4eff99 100644 --- a/sys/lib/libkern/arch/m68k/Makefile.inc +++ b/sys/lib/libkern/arch/m68k/Makefile.inc @@ -1,4 +1,6 @@ -# $Id: Makefile.inc,v 1.1 1993/10/13 05:41:00 cgd Exp $ - -SRCS+= scanc.s skpc.s locc.s +# $Id: Makefile.inc,v 1.2 1993/11/29 05:29:51 briggs Exp $ +SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ + 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 \ + scanc.s skpc.s locc.s diff --git a/sys/lib/libkern/m68k/Makefile.inc b/sys/lib/libkern/m68k/Makefile.inc index 9e3538743e0..910ae4eff99 100644 --- a/sys/lib/libkern/m68k/Makefile.inc +++ b/sys/lib/libkern/m68k/Makefile.inc @@ -1,4 +1,6 @@ -# $Id: Makefile.inc,v 1.1 1993/10/13 05:41:00 cgd Exp $ - -SRCS+= scanc.s skpc.s locc.s +# $Id: Makefile.inc,v 1.2 1993/11/29 05:29:51 briggs Exp $ +SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ + 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 \ + scanc.s skpc.s locc.s |
