]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/i386/linux/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / i386 / linux / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
4
5 all:
6         @echo "make sysent only"
7
8 sysent:  linux_sysent.c linux_syscall.h linux_proto.h
9
10 linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
11                 syscalls.master syscalls.conf
12         -mv -f linux_sysent.c linux_sysent.c.bak
13         -mv -f linux_syscall.h linux_syscall.h.bak
14         -mv -f linux_proto.h linux_proto.h.bak
15         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf