home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-07-20 | 358 b | 19 lines |
- ROOT=/usr/news
- BIN=/usr/local/bin
- MAN=/usr/man/man1
- IMAGES=$(ROOT)/images
- TOOLTOOL=$(ROOT)/tooltool
-
- install:
- chmod +x rntool rn.sh
- cp rntool $(BIN)
- cp rntool.1 $(MAN)
- cp news.icon nonews.icon $(IMAGES)
- cp rn.tt rn.sh $(TOOLTOOL)
-
- shar:
- shar -a README Makefile rntool rntool.1 rn.sh rn.tt \
- news.icon nonews.icon > rntool.shar
- compress rntool.shar
-
-