Makefile revision 315063
1# Makefile for syscall tables
2#
3# $FreeBSD: stable/10/sys/compat/svr4/Makefile 315063 2017-03-11 08:40:59Z dchagin $
4
5all:
6	@echo "make sysent only"
7
8sysent:  svr4_sysent.c svr4_syscall.h svr4_proto.h
9
10svr4_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
14