home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / fsp / part01 / bsd_src / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-12  |  516 b   |  19 lines

  1. # This subdirectory contains modified version of files obtained from the
  2. # uunet.uu.net archive.  You need to do 'make' in this directory first.
  3. # You may have to edit tweak.h to get things to them to properly on your
  4. # system.
  5.  
  6. CFLAGS=-g
  7.  
  8. all: cmp.o glob.o ls.o print.o util.o random.o
  9.  
  10. cmp.o: cmp.c ls.h tweak.h
  11. glob.o: glob.c ../client_def.h ../common_def.h tweak.h
  12. ls.o: ls.c ../client_def.h ../common_def.h ls.h tweak.h
  13. print.o: print.c ls.h tweak.h
  14. util.o: util.c tweak.h
  15. random.o: random.c
  16.  
  17. clean:
  18.     rm -f *.o
  19.