PROG=	send-pr

.DEFAULT:	all

all::
	@true
clean::
	@true
distclean::
	@true

install:
	install -c -o bin -g bin -m 555 $(PROG) /usr/local/v6/bin/kame-send-pr
