FreeBSD-5.3/sys/alpha/osf1/Makefile

# $FreeBSD: src/sys/alpha/osf1/Makefile,v 1.2 2000/01/15 19:40:08 bde Exp $

# Makefile for syscall tables.

all:
	@echo "make osf1_sysent.c only"

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