Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),

i386_get_ldt() and i386_set_ldt().

In collaboration with:	pho
Reviewed by:	jhb
This commit is contained in:
Konstantin Belousov 2009-04-01 19:23:46 +00:00
parent e564825182
commit 8b61c10e48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190632

View File

@ -2,11 +2,10 @@
# $FreeBSD$
.if !defined(COMPAT_32BIT)
SRCS+= i386_clr_watch.c i386_get_ioperm.c \
i386_set_ioperm.c i386_set_watch.c i386_vm86.c
SRCS+= i386_clr_watch.c i386_set_watch.c i386_vm86.c
.endif
SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ldt.c \
i386_set_fsbase.c i386_set_gsbase.c i386_set_ldt.c
SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c
MDASM= Ovfork.S brk.S cerror.S exect.S getcontext.S pipe.S ptrace.S \
reboot.S sbrk.S setlogin.S sigreturn.S syscall.S