# Makefile for mac2 pcc.

all:	oops

install: oops

install.man: oops

clean:

oops:
	@echo "*** pcc not implemented for mac2"
