DOTS=../
include ../GNUmakefile.inc

all clean:
	@true

install:
	install -m 644 protocols /etc
	mv -f /etc/hosts /etc/hosts.old
	cat /etc/hosts.old hosts >/etc/hosts
	chmod 644 /etc/hosts
