home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.05 / NETKIT-B / NetKit-B-0.05 / rwho / Makefile < prev    next >
Encoding:
Makefile  |  1994-06-27  |  141 b   |  12 lines

  1. CFLAGS += -I ../include
  2.  
  3. rwho: rwho.o
  4.  
  5. install: rwho
  6.     install -s rwho /usr/bin
  7.     install -m644 rwho.1 /usr/man/man1/
  8.  
  9. clean:
  10.     rm -f *.o rwho
  11.  
  12.