rcp: rcp.o

install: rcp
	install -s -m4755 rcp /usr/bin
	install -m644 rcp.1 /usr/man/man1

clean:
	rm -f *.o rcp

