[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Makefile.inc between version 1.13 and 1.14

version 1.13, 2001/01/29 01:58:14 version 1.14, 2001/06/23 15:12:17
Line 3 
Line 3 
 CFLAGS+=        -I${.CURDIR}/..  CFLAGS+=        -I${.CURDIR}/..
   
 CFLAGS+=        -Wall  CFLAGS+=        -Wall
   CFLAGS+=                -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
   
 .include <bsd.obj.mk>  .include <bsd.obj.mk>
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14