all:
	./newshver p4

install: all
	install -c p4 /usr/local/bin/p5
	@case `file /usr/local/bin/p4` in \
		*exec*) echo "Installed wrapper with name 'p5'"; \
			;; \
		*)	echo "Installed wrapper with names 'p4' and 'p5'"; \
			install -c p4 /usr/local/bin/p4; \
			;; \
	esac
	install -c p4pr.perl /usr/local/bin/

clean: