]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/i386/sys/Makefile.inc
Update mandoc to cvs snapshot 2019-07-23
[FreeBSD/FreeBSD.git] / lib / libc / i386 / sys / Makefile.inc
1 #       from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
2 # $FreeBSD$
3
4 .if !defined(COMPAT_32BIT)
5 SRCS+=  i386_clr_watch.c i386_set_watch.c i386_vm86.c
6 .endif
7 SRCS+=  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
10 MDASM=  Ovfork.S cerror.S getcontext.S syscall.S
11
12 NOASM+= sbrk.o vfork.o
13
14 MAN+=   i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
15 MAN+=   i386_set_watch.3
16
17 MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
18 MLINKS+=i386_get_ldt.2 i386_set_ldt.2
19 MLINKS+=i386_set_watch.3 i386_clr_watch.3