summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Makefile.inc
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-01-31 12:05:32 +0000
committerdg <dg@FreeBSD.org>1994-01-31 12:05:32 +0000
commit5e9419ef4a9d0d93eaa2cfb05365303b9f00f5b0 (patch)
treec34347ee20ebb5a3b10ee3a59bc01e9a6a000c16 /lib/libc/i386/sys/Makefile.inc
parent8df5d2c1f8c514a14d5728e5a9f9e30e48ae90eb (diff)
downloadFreeBSD-src-5e9419ef4a9d0d93eaa2cfb05365303b9f00f5b0.zip
FreeBSD-src-5e9419ef4a9d0d93eaa2cfb05365303b9f00f5b0.tar.gz
WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu
<hsu@soda.berkeley.edu>.
Diffstat (limited to 'lib/libc/i386/sys/Makefile.inc')
-rw-r--r--lib/libc/i386/sys/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
new file mode 100644
index 0000000..1b1eeb3
--- /dev/null
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -0,0 +1,9 @@
+# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
+
+.PATH: ${.CURDIR}/${MACHINE}/sys
+
+SRCS+= i386_get_ldt.c i386_set_ldt.c
+
+MAN2+= i386/sys/i386_get_ldt.2
+
+MLINKS+=i386_get_ldt.2 i386_set_ldt.2
OpenPOWER on IntegriCloud