Deleted Added
full compact
Makefile.inc (30447) Makefile.inc (30448)
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
2# $Id: Makefile.inc,v 1.41 1997/10/10 05:48:16 dyson Exp $
2# $Id: Makefile.inc,v 1.42 1997/10/15 16:16:34 bde Exp $
3
4# sys sources
5.PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys
6
3
4# sys sources
5.PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys
6
7.include "${.CURDIR}/../libc/${MACHINE}/sys/Makefile.inc"
8
7# modules with non-default implementations on at least one architecture:
8SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \
9 rfork.S sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \
10 sigsuspend.S syscall.S
11
12# glue to provide compatibility between GCC 1.X and 2.X
13SRCS+= ftruncate.c lseek.c mmap.c truncate.c
14

--- 134 unchanged lines hidden ---
9# modules with non-default implementations on at least one architecture:
10SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \
11 rfork.S sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \
12 sigsuspend.S syscall.S
13
14# glue to provide compatibility between GCC 1.X and 2.X
15SRCS+= ftruncate.c lseek.c mmap.c truncate.c
16

--- 134 unchanged lines hidden ---