home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / mm / man / Makefile next >
Encoding:
Makefile  |  1992-09-14  |  636 b   |  20 lines

  1.  
  2.  
  3. INSTALL=/usr/local/bin/install
  4.  
  5. R=../../MM/DIST
  6.  
  7. install:
  8.     $(INSTALL) -d -o bin -g bin $R
  9.     $(INSTALL) -d -o bin -g bin $R/usr
  10.     $(INSTALL) -d -o bin -g bin $R/usr/local
  11.     $(INSTALL) -d -o bin -g bin $R/usr/local/man
  12.     $(INSTALL) -d -o bin -g bin $R/usr/local/man/man.1
  13.     $(INSTALL) -o bin -g bin mmforward.1 $R/usr/local/man/man.1
  14.     $(INSTALL) -o bin -g bin mmgetfilenm.1 $R/usr/local/man/man.1
  15.     $(INSTALL) -o bin -g bin mmsavefile.1 $R/usr/local/man/man.1
  16.     $(INSTALL) -o bin -g bin mmsend.1 $R/usr/local/man/man.1
  17.     $(INSTALL) -o bin -g bin mmshowfax.1 $R/usr/local/man/man.1
  18.     $(INSTALL) -o bin -g bin mmshowpart.1 $R/usr/local/man/man.1
  19.  
  20.