home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-14 | 636 b | 20 lines |
-
-
- INSTALL=/usr/local/bin/install
-
- R=../../MM/DIST
-
- install:
- $(INSTALL) -d -o bin -g bin $R
- $(INSTALL) -d -o bin -g bin $R/usr
- $(INSTALL) -d -o bin -g bin $R/usr/local
- $(INSTALL) -d -o bin -g bin $R/usr/local/man
- $(INSTALL) -d -o bin -g bin $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmforward.1 $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmgetfilenm.1 $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmsavefile.1 $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmsend.1 $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmshowfax.1 $R/usr/local/man/man.1
- $(INSTALL) -o bin -g bin mmshowpart.1 $R/usr/local/man/man.1
-
-