include ../Makefile.config

install:
	$(INSTALL) -c gopherd.8 $(MAN8DIR)
	$(INSTALL) -c gopher.1 $(MAN1DIR)

clean:
	-rm -f *~
