# Makefile for mac2 vlp.

DESTDIR= 

all:	oops

install: oops

install.man: oops

clean:

oops:
	@echo "*** need vlp for mac2"
