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

  1. *** Makefile.orig    Mon Nov 30 10:21:30 1992
  2. --- Makefile    Mon Nov 30 10:23:12 1992
  3. ***************
  4. *** 1,9 ****
  5.   BIN= <installdir>/bin
  6.   MAN= <installsharedir>/man/man1
  7. ! CFLAGS= -O
  8.   
  9.   sls:    sls.o
  10. !     cc sls.o -o sls
  11.   
  12.   install: sls
  13.       rm -f $(BIN)/sls
  14. --- 1,9 ----
  15.   BIN= <installdir>/bin
  16.   MAN= <installsharedir>/man/man1
  17. ! CFLAGS= -D_BSD -O
  18.   
  19.   sls:    sls.o
  20. !     cc sls.o -o sls -lbsd
  21.   
  22.   install: sls
  23.       rm -f $(BIN)/sls
  24.