[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/compat/svr4/Makefile

Version: -  FREEBSD  -  FREEBSD7  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  OPENSOLARIS  -  minix-3-1-1  -  TRUSTEDBSD-SEBSD  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

  1 # Makefile for syscall tables
  2 #
  3 # $FreeBSD: src/sys/compat/svr4/Makefile,v 1.8 2006/07/01 10:51:54 markm Exp $
  4 
  5 all:
  6         @echo "make sysent only"
  7 
  8 sysent:  svr4_sysent.c svr4_syscall.h svr4_proto.h
  9 
 10 svr4_syscallnames.c svr4_sysent.c svr4_syscall.h svr4_proto.h: \
 11                 ../../kern/makesyscalls.sh syscalls.master syscalls.conf
 12         -mv -f svr4_syscallnames.c svr4_syscallnames.c.bak
 13         -mv -f svr4_sysent.c svr4_sysent.c.bak
 14         -mv -f svr4_syscall.h svr4_syscall.h.bak
 15         -mv -f svr4_proto.h svr4_proto.h.bak
 16         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
 17 

Cache object: 19c336473156ccd10929688356dbc177


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.