From 292c4363f68dd7d2573ef8e2c52a35f0c336b5c6 Mon Sep 17 00:00:00 2001 From: dg Date: Mon, 22 Aug 1994 10:49:05 +0000 Subject: 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(+) (limited to 'lib') 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 \ -- cgit v1.1