all:	pstext-bin

pstext-bin:
	./compile-src -os sunos4

install:	pstext-bin
	(cd pstext; make INSTALLDIR=$(INSTALLDIR) install)

clean:
	(cd libs; make clean)
	(cd pstext; make clean)

