diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-13 16:05:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-13 16:05:47 +0000 |
| commit | f434fe1237e333414c9aa8e906c60f2630f1f11b (patch) | |
| tree | ec554f27ccb99efb17cf19602b6279f86f0db08b /lib/libc/Makefile | |
| parent | 8746a69a28843500a0acb39fcfb411f9f107c663 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index e39540644c38..1b008110a264 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -83,8 +83,8 @@ SRCS+= ${_src} KQSRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \ subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c -KSRCS= bcmp.c ffs.c index.c mcount.c rindex.c strcat.c strcmp.c strcpy.c \ - strlen.c strncpy.c +KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c index.c mcount.c rindex.c \ + strcat.c strcmp.c strcpy.c strlen.c strncpy.c libkern: libkern.gen libkern.${MACHINE_ARCH} |
