1# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp 2# $FreeBSD$ 3 4.if !defined(COMPAT_32BIT) 5SRCS+= i386_clr_watch.c i386_set_watch.c i386_vm86.c 6.endif 7SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ioperm.c i386_get_ldt.c \ 8 i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c 9 10MDASM= Ovfork.S cerror.S getcontext.S syscall.S 11 12NOASM+= sbrk.o vfork.o 13 14MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2 15MAN+= i386_set_watch.3 16 17MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2 18MLINKS+=i386_get_ldt.2 i386_set_ldt.2 19MLINKS+=i386_set_watch.3 i386_clr_watch.3 20