]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/alpha/osf1/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / alpha / osf1 / Makefile
1 # $FreeBSD$
2
3 # Makefile for syscall tables.
4
5 all:
6         @echo "make sysent only"
7
8 sysent:  osf1_sysent.c osf1_syscall.h osf1_proto.h
9
10 osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \
11     syscalls.master syscalls.conf
12         -mv -f osf1_sysent.c osf1_sysent.c.bak
13         -mv -f osf1_syscall.h osf1_syscall.h.bak
14         -mv -f osf1_proto.h osf1_proto.h.bak
15         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf