Home | History | Annotate | Line # | Download | only in sys
Makefile.inc revision 1.111.2.7
      1  1.111.2.7   nathanw #	$NetBSD: Makefile.inc,v 1.111.2.7 2002/01/29 19:51:26 nathanw Exp $
      2       1.79     perry #	@(#)Makefile.inc	8.3 (Berkeley) 10/24/94
      3        1.1       cgd 
      4  1.111.2.7   nathanw # Generation and compilation of syscall stubs have moved to
      5  1.111.2.7   nathanw # libsyscall. Conversion and compatibility interfaces are here.
      6  1.111.2.3   nathanw 
      7  1.111.2.7   nathanw # sys sources
      8  1.111.2.7   nathanw .PATH: ${.CURDIR}/sys
      9        1.1       cgd 
     10       1.32       cgd # glue to provide compatibility between GCC 1.X and 2.X and for compat
     11       1.32       cgd # with old syscall interfaces.
     12  1.111.2.2   nathanw SRCS+=	adjtime.c clock_settime.c ftruncate.c getdirentries.c lseek.c mmap.c \
     13  1.111.2.2   nathanw 	msync.c ntp_adjtime.c pread.c preadv.c pwrite.c pwritev.c semctl.c \
     14  1.111.2.2   nathanw 	settimeofday.c sigaltstack.c stat.c swapon.c truncate.c
     15       1.53       jtc 
     16       1.98  christos # glue to syscalls that may pass structs or unions, which cannot be
     17       1.98  christos # handled portably and easily by the syscall interface. The glue
     18       1.98  christos # converts structs and unions to pointers to them.
     19       1.98  christos SRCS+=	__semctl13.c
     20