all: fingerd
fingerd: fingerd.o
fingerd.o : pathnames.h 

install: all
	install -m 544 fingerd /usr/sbin

clean:
	rm -f *.o fingerd
