[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.19 and 1.20

version 1.19, 1999/01/27 03:28:51 version 1.20, 1999/05/26 19:10:28
Line 17 
Line 17 
   
 # prefer .S to a .c, add .po, remove stuff not used in the BSD libraries.  # prefer .S to a .c, add .po, remove stuff not used in the BSD libraries.
 # .so used for PIC object files.  .ln used for lint output files.  # .so used for PIC object files.  .ln used for lint output files.
   # .m for objective c files.
 .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .out .o .po .so .S .s .c .cc .C .cxx .f .y .l .ln .m4  .SUFFIXES: .out .o .po .so .S .s .c .cc .C .cxx .f .y .l .ln .m4 .m
   
 .c.o:  .c.o:
         @echo "${COMPILE.c} ${.IMPSRC} -o ${.TARGET}"          @echo "${COMPILE.c} ${.IMPSRC} -o ${.TARGET}"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20