arp: arp.o

install: arp
	install -s -m744 arp /usr/sbin
	install -m644 arp.8 /usr/man/man8

clean:
	rm -f *.o arp

