Preliminary syscall messaging work. Adjust all <syscall>_args structures
[dragonfly.git] / sys / emulation / linux / i386 / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD: src/sys/i386/linux/Makefile,v 1.4 1999/08/28 00:45:21 peter Exp $
4 # $DragonFly: src/sys/emulation/linux/i386/Makefile,v 1.3 2003/07/24 01:41:24 dillon Exp $
5
6 all:
7         @echo "make linux_sysent.c only"
8
9 linux_sysent.c linux_syscall.h linux_proto.h linux_union.h: ../../kern/makesyscalls.sh \
10                 syscalls.master syscalls.conf
11         -mv -f linux_sysent.c linux_sysent.c.bak
12         -mv -f linux_syscall.h linux_syscall.h.bak
13         -mv -f linux_proto.h linux_proto.h.bak
14         -mv -f linux_union.h linux_union.h.bak
15         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf