]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/compat/svr4/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / compat / svr4 / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
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