#!/bin/csh -f
# 
# $Copyright
# Copyright 1993, 1994 , 1995 Intel Corporation
# INTEL CONFIDENTIAL
# The technical data and computer software contained herein are subject
# to the copyright notices; trademarks; and use and disclosure
# restrictions identified in the file located in /etc/copyright on
# this system.
# Copyright$
# 
 
#
# Mach Operating System
# Copyright (c) 1989 Carnegie-Mellon University
# All rights reserved.  The CMU software License Agreement specifies
# the terms and conditions for use and redistribution.
#
#
# HISTORY
# $Log: mk,v $
# Revision 1.4  1994/11/18  20:39:07  mtm
# Copyright additions/changes
#
# Revision 1.3  1993/07/14  18:19:23  cfj
# OSF/1 AD 1.0.4 code drop from Locus.
#
# Revision 1.1.1.3  1993/07/01  20:13:54  cfj
# Adding new code from vendor
#
# Revision 1.2  1992/11/30  22:36:42  dleslie
# Copy of NX branch back into main trunk
#
# Revision 1.1.2.1  1992/11/05  23:34:30  dleslie
# Local changes for NX through noon, November 5, 1992.
#
#Revision 4.1  1992/11/04  00:33:05  cfj
#Bump major revision number.
#
#Revision 2.2  1991/08/31  14:00:23  rabii
#	Initial V2.0 Checkin
#
# Revision 3.0  91/01/17  12:07:18  condict
# Unchanged copy from Mach 3.0 BSD UNIX server
# 
# Revision 2.1  89/08/04  15:37:15  rwd
# Created.
# 
# Revision 2.2  89/02/25  19:22:00  gm0w
# 	Changes for cleanup.
# 
# 08-Jan-87  Robert Beck (beck) at Sequent Computer Systems, Inc.
#	Shell to invoke Makefile for parallel make and -DCMU.
#

make "P=&" CFLAGS="-O -DCMU" -P10
