Makefile.sys (cdecda8da32b67f2be34a4d2ea37f90986a45a00) Makefile.sys (1995ea1ea2654d5c32ef17ddf651380ecc23c635)
1SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
2 i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c \
3 i386_clr_watch.c i386_set_watch.c i386_vm86.c \
4 rfork_thread.S
5
6MDASM= vfork.S cerror.S getcontext.S syscall.S
7
1SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \
2 i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c \
3 i386_clr_watch.c i386_set_watch.c i386_vm86.c \
4 rfork_thread.S
5
6MDASM= vfork.S cerror.S getcontext.S syscall.S
7
8.if ${LIB} == "sys"
8MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
9MAN+= i386_set_watch.3
10
11MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
12MLINKS+=i386_get_ldt.2 i386_set_ldt.2
13MLINKS+=i386_set_watch.3 i386_clr_watch.3
9MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
10MAN+= i386_set_watch.3
11
12MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
13MLINKS+=i386_get_ldt.2 i386_set_ldt.2
14MLINKS+=i386_set_watch.3 i386_clr_watch.3
15.endif # ${LIB} == "sys"