From 99f2ad0a6585608a90da0208164fa31933fb4046 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 22 Aug 1994 10:49:05 +0000 Subject: [PATCH] WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu . ...Moved over from 1.1.5. Other portions of this commit were done by moving the RCS files into place directly. --- lib/libc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \