all: rsh
rsh: rsh.o
rsh.o : pathnames.h 

install: all
	install -o root -m 4555 rsh /usr/bin

clean:
	rm -f *.o rsh
