Initial import from FreeBSD RELENG_4:
[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
5 all:
6         @echo "make linux_sysent.c only"
7
8 linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
9                 syscalls.master syscalls.conf
10         -mv -f linux_sysent.c linux_sysent.c.bak
11         -mv -f linux_syscall.h linux_syscall.h.bak
12         -mv -f linux_proto.h linux_proto.h.bak
13         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf