[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.5

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: .endif
        !            10:
        !            11: .if (${AFS} == "yes")
        !            12: CFLAGS+= -DAFS
        !            13: LDADD+=         -lkafs
        !            14: DPADD+=         ${LIBKRBAFS}
        !            15: .endif
1.1       deraadt    16:
                     17: USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash