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" 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" 16