diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-22 10:49:05 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-22 10:49:05 +0000 |
| commit | 99f2ad0a6585608a90da0208164fa31933fb4046 (patch) | |
| tree | 95ae6c407d514af52988f408b35f457f10e48aeb /lib/libc/Makefile | |
| parent | 44204c43cc064b3377b8429dc5abc40c8418f7a8 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 17803fcf3392..053714797c65 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -29,6 +29,7 @@ INSTALL_PIC_ARCHIVE= yes CFLAGS+= -DYP .include "${.CURDIR}/yp/Makefile.inc" .endif +.include "${.CURDIR}/${MACHINE}/sys/Makefile.inc" 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 \ |
