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

Annotation of src/usr.bin/ssh/Makefile.inc, Revision 1.6

1.5       dugsong     1: CFLAGS+=       -I${.OBJDIR} -I${.CURDIR}/..
                      2:
                      3: .include <bsd.own.mk> # for KERBEROS and AFS
                      4:
                      5: .if (${KERBEROS} == "yes")
                      6: CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
                      7: LDADD+=         -lkrb
                      8: DPADD+=         ${LIBKRB}
                      9: .if (${AFS} == "yes")
                     10: CFLAGS+= -DAFS
1.6     ! deraadt    11: LDADD+=  -lkafs
        !            12: DPADD+=  ${LIBKRBAFS}
        !            13: .endif # AFS
        !            14: .endif # KERBEROS
1.1       deraadt    15:
                     16: USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash