1# Makefile for syscall tables 2# 3# $FreeBSD$ 4 5all: 6 @echo "make sysent only" 7 8sysent: linux32_sysent.c linux32_syscall.h linux32_proto.h 9 10linux32_sysent.c linux32_syscall.h linux32_proto.h: ../../kern/makesyscalls.sh \ 11 syscalls.master syscalls.conf 12 -mv -f linux32_sysent.c linux32_sysent.c.bak 13 -mv -f linux32_syscall.h linux32_syscall.h.bak 14 -mv -f linux32_proto.h linux32_proto.h.bak 15 sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf 16