diff options
author | dg <dg@FreeBSD.org> | 1994-08-22 10:49:05 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-22 10:49:05 +0000 |
commit | 292c4363f68dd7d2573ef8e2c52a35f0c336b5c6 (patch) | |
tree | 95ae6c407d514af52988f408b35f457f10e48aeb /lib/libc/Makefile | |
parent | 0d91866e580b117b9f5b1b371962589ef849112d (diff) | |
download | FreeBSD-src-292c4363f68dd7d2573ef8e2c52a35f0c336b5c6.zip FreeBSD-src-292c4363f68dd7d2573ef8e2c52a35f0c336b5c6.tar.gz |
WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu
<hsu@soda.berkeley.edu>.
...Moved over from 1.1.5. Other portions of this commit were done by moving
the RCS files into place directly.
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 17803fc..0537147 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 \ |