=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Makefile.inc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/Makefile.inc 1999/10/03 17:58:16 1.7 +++ src/usr.bin/ssh/Makefile.inc 1999/10/04 20:45:01 1.8 @@ -1,7 +1,5 @@ CFLAGS+= -I${.OBJDIR} -I${.CURDIR}/.. -CLEANFILES= gen_minfd minfd.h - .include # for KERBEROS and AFS .if (${KERBEROS} == "yes") @@ -14,5 +12,3 @@ DPADD+= ${LIBKRBAFS} .endif # AFS .endif # KERBEROS - -USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash