[BACK]Return to mkdep.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mkdep

Diff for /src/usr.bin/mkdep/mkdep.1 between version 1.8 and 1.9

version 1.8, 2007/08/06 19:16:06 version 1.9, 2011/07/31 11:17:43
Line 47 
Line 47 
 takes a set of flags for the C compiler and a list  takes a set of flags for the C compiler and a list
 of C source files as arguments and constructs a set of include  of C source files as arguments and constructs a set of include
 file dependencies which are written into the file  file dependencies which are written into the file
 .Pa .depend .  .Pa .depend ,
   for use by
   .Xr make 1 .
 An example of its use in a Makefile might be:  An example of its use in a Makefile might be:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 CFLAGS= -O -I../include  CFLAGS= -O -I../include

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9