[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.7 and 1.8

version 1.7, 1999/10/03 17:58:16 version 1.8, 1999/10/04 20:45:01
Line 1 
Line 1 
 CFLAGS+=        -I${.OBJDIR} -I${.CURDIR}/..  CFLAGS+=        -I${.OBJDIR} -I${.CURDIR}/..
   
 CLEANFILES=     gen_minfd minfd.h  
   
 .include <bsd.own.mk> # for KERBEROS and AFS  .include <bsd.own.mk> # for KERBEROS and AFS
   
 .if (${KERBEROS} == "yes")  .if (${KERBEROS} == "yes")
Line 14 
Line 12 
 DPADD+=  ${LIBKRBAFS}  DPADD+=  ${LIBKRBAFS}
 .endif # AFS  .endif # AFS
 .endif # KERBEROS  .endif # KERBEROS
   
 USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash  

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