]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/compat/svr4/Makefile
MFC r303464 (by brooks@):
[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         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
13