home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / SMILEY / RTR / SMILEY. next >
Encoding:
Text File  |  1998-07-24  |  412 b   |  15 lines

  1. *** Makefile.orig    Mon Nov  9 14:21:39 1992
  2. --- Makefile    Mon Nov  9 14:29:12 1992
  3. ***************
  4. *** 65,69 ****
  5. --- 65,73 ----
  6.   other.uu:    other
  7.           uuencode $? < $? > $@
  8.   
  9. + install:    smiley smiley.h
  10. +     install -s smiley <installdir>/bin
  11. +     install smiley.1 <installsharedir>/man/man1
  12.   smiley.shar:    $(MISC) $(MANUAL) $(GEN) $(SOURCES) $(HEADERS)
  13.           shar $(MISC) $(MANUAL) $(GEN) $(SOURCES) $(HEADERS) > $@
  14.