2c65cb82ad
syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days
16 lines
416 B
Makefile
16 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
# Makefile for syscall tables.
|
|
|
|
all:
|
|
@echo "make sysent only"
|
|
|
|
sysent: osf1_sysent.c osf1_syscall.h osf1_proto.h
|
|
|
|
osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \
|
|
syscalls.master syscalls.conf
|
|
-mv -f osf1_sysent.c osf1_sysent.c.bak
|
|
-mv -f osf1_syscall.h osf1_syscall.h.bak
|
|
-mv -f osf1_proto.h osf1_proto.h.bak
|
|
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
|