LIB=

default: updatehosts.c makefile
	cc -g updatehosts.c -o ${LIB}updatehosts
	chown daemon.daemon ${LIB}updatehosts
	chmod 4770 ${LIB}updatehosts
