# 
# Mach Operating System
# Copyright (c) 1994 Johannes Helander
# All Rights Reserved.
# 
# Permission to use, copy, modify and distribute this software and its
# documentation is hereby granted, provided that both the copyright
# notice and this permission notice appear in all copies of the
# software, derivative works or modified versions, and any portions
# thereof, and that both notices appear in supporting documentation.
# 
# JOHANNES HELANDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
# CONDITION.  JOHANNES HELANDER DISCLAIMS ANY LIABILITY OF ANY KIND
# FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
#
#
# HISTORY
# $Log: $
#

INCLUDES = syscall.h

syscall.h: ../../server/kern/makesyscalls.sh ../../server/kern/syscalls.master
	-rm -rf eproto.h syscall.h sysproto.h ../tmp ../libjacket ../libsys
	-mkdir ../tmp ../libjacket ../libsys
	cd ../tmp;/bin/sh ${../../server/kern/makesyscalls.sh:P} \
			${../../server/kern/syscalls.master:P}

.include <${RULES_MK}>
