Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:28:38 dillon Exp $
5
6 all:
7         @echo "make linux_sysent.c only"
8
9 linux_sysent.c linux_syscall.h linux_proto.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         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf