home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher1.12 / doc / Makefile < prev    next >
Encoding:
Makefile  |  1992-12-21  |  127 b   |  9 lines

  1. include ../Makefile.config
  2.  
  3. install:
  4.     $(INSTALL) -c gopherd.8 $(MAN8DIR)
  5.     $(INSTALL) -c gopher.1 $(MAN1DIR)
  6.  
  7. clean:
  8.     -rm -f *~
  9.