summaryrefslogtreecommitdiff
path: root/lib/libarch/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarch/i386/Makefile')
-rw-r--r--lib/libarch/i386/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile
index 4cb11d3dc2e..873c20531ef 100644
--- a/lib/libarch/i386/Makefile
+++ b/lib/libarch/i386/Makefile
@@ -1,21 +1,18 @@
-# $OpenBSD: Makefile,v 1.7 2014/07/16 20:02:17 okan Exp $
+# $OpenBSD: Makefile,v 1.8 2016/03/03 12:41:29 naddy Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
-MAN+= i386_get_ldt.2 \
- i386_get_fsbase.2 i386_get_gsbase.2 \
+MAN+= i386_get_fsbase.2 i386_get_gsbase.2 \
i386_iopl.2 i386_get_ioperm.2 \
i386_vm86.2
MANSUBDIR=i386
-MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \
- i386_get_fsbase.2 i386_set_fsbase.2 \
+MLINKS+=i386_get_fsbase.2 i386_set_fsbase.2 \
i386_get_gsbase.2 i386_set_gsbase.2 \
i386_get_ioperm.2 i386_set_ioperm.2
.if ${MACHINE} == "i386"
.PATH: ${LIBC}/i386
NOPIC=
-SRCS+= i386_get_ldt.c i386_set_ldt.c \
- i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c \
+SRCS+= i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c \
i386_get_fsbase.c i386_get_gsbase.c \
i386_set_fsbase.c i386_set_gsbase.c \
i386_vm86.c