#
#       Makefile for ps
#

include ../Mkinclude
 

clean: clean.local

clean.local:
	$(RM) *~

clean.all:
	$(RM) *~ *.ps
