home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / attpc.renice / Makefile next >
Encoding:
Makefile  |  1988-01-31  |  171 b   |  12 lines

  1. SHELL=/bin/sh
  2. INSTALL=ln
  3. LBIN=/usr/lbin
  4. CFLAGS=-O
  5.  
  6. renice : renice.o
  7.     $(CC) $(CFLAGS) -o renice renice.o
  8.     chmod 4755 renice
  9.     chown root renice
  10.     $(INSTALL) renice $(LBIN)
  11.  
  12.