include ../Makefile.config

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

clean:
	-rm -f *~
