#!/bin/csh -f
#
# 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 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
