freebsd-dev/sys/alpha/osf1/Makefile
John Baldwin 2c65cb82ad Add a 'sysent' target that depends on the various files built from
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
2005-07-13 20:50:17 +00:00

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