all: rcp
rcp: rcp.o
rcp.o : pathnames.h 

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

clean:
	rm -f *.o rcp
