Deleted Added
full compact
Makefile.inc (145573) Makefile.inc (171218)
1# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
1# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
2# $FreeBSD: head/lib/libc/i386/sys/Makefile.inc 145573 2005-04-26 20:51:15Z peter $
2# $FreeBSD: head/lib/libc/i386/sys/Makefile.inc 171218 2007-07-04 23:23:01Z peter $
3
4.if !defined(COMPAT_32BIT)
5SRCS+= i386_clr_watch.c i386_get_ioperm.c \
6 i386_set_ioperm.c i386_set_watch.c i386_vm86.c
7.endif
8SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ldt.c \
9 i386_set_fsbase.c i386_set_gsbase.c i386_set_ldt.c
10
11MDASM= Ovfork.S brk.S cerror.S exect.S getcontext.S pipe.S ptrace.S \
12 reboot.S sbrk.S setlogin.S sigreturn.S syscall.S
13
14# Don't generate default code for these syscalls:
3
4.if !defined(COMPAT_32BIT)
5SRCS+= i386_clr_watch.c i386_get_ioperm.c \
6 i386_set_ioperm.c i386_set_watch.c i386_vm86.c
7.endif
8SRCS+= i386_get_fsbase.c i386_get_gsbase.c i386_get_ldt.c \
9 i386_set_fsbase.c i386_set_gsbase.c i386_set_ldt.c
10
11MDASM= Ovfork.S brk.S cerror.S exect.S getcontext.S pipe.S ptrace.S \
12 reboot.S sbrk.S setlogin.S sigreturn.S syscall.S
13
14# Don't generate default code for these syscalls:
15NOASM= break.o exit.o ftruncate.o getdomainname.o getlogin.o \
16 lseek.o mmap.o openbsd_poll.o pread.o \
17 pwrite.o setdomainname.o sstk.o truncate.o uname.o vfork.o yield.o
15NOASM= break.o exit.o getdomainname.o getlogin.o openbsd_poll.o \
16 setdomainname.o sstk.o uname.o vfork.o yield.o
18
19PSEUDO= _getlogin.o _exit.o
17
18PSEUDO= _getlogin.o _exit.o
19.if !defined(WITHOUT_SYSCALL_COMPAT)
20PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o
21.endif
20
21MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
22MAN+= i386_set_watch.3
23
24MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
25MLINKS+=i386_get_ldt.2 i386_set_ldt.2
26MLINKS+=i386_set_watch.3 i386_clr_watch.3
22
23MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
24MAN+= i386_set_watch.3
25
26MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2
27MLINKS+=i386_get_ldt.2 i386_set_ldt.2
28MLINKS+=i386_set_watch.3 i386_clr_watch.3