]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/compat/svr4/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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