]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libc/i386/sys/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 brk.S cerror.S exect.S getcontext.S pipe.S ptrace.S \
11         reboot.S sbrk.S setlogin.S sigreturn.S syscall.S
12
13 # Don't generate default code for these syscalls:
14 NOASM=  break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
15
16 PSEUDO= _getlogin.o _exit.o
17 .if !defined(WITHOUT_SYSCALL_COMPAT)
18 PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o
19 .endif
20
21 MAN+=   i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
22 MAN+=   i386_set_watch.3
23
24 MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
25 MLINKS+=i386_get_ldt.2 i386_set_ldt.2
26 MLINKS+=i386_set_watch.3 i386_clr_watch.3