diff options
Diffstat (limited to 'sys/lib/libkern/arch/mips/Makefile.inc')
-rw-r--r-- | sys/lib/libkern/arch/mips/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/mips/Makefile.inc b/sys/lib/libkern/arch/mips/Makefile.inc index 9c012389cd4..950464fd39b 100644 --- a/sys/lib/libkern/arch/mips/Makefile.inc +++ b/sys/lib/libkern/arch/mips/Makefile.inc @@ -2,5 +2,7 @@ # # There are likely more that we will notice when we go native -SRCS+= random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c +SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ + bcmp.S bzero.S strcat.c strcmp.c strcpy.c ffs.S strlen.S strncmp.c \ + random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c |