# Makefile for mac2 c2.

all:	oops

install: oops

install.man: oops

clean:

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