home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / GOPHER / GOPHER1.12S / DOC / MAKEFILE < prev    next >
Encoding:
Text File  |  1992-12-20  |  135 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.