summaryrefslogtreecommitdiffstats
path: root/sys/alpha/osf1/Makefile
blob: 874065834c86adcd545d1477926763b5b343642b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

# 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
OpenPOWER on IntegriCloud