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

1.1     ! deraadt     1: HOST_KEY_FILE   = $(etcdir)/ssh_host_key
        !             2: HOST_CONFIG_FILE = $(etcdir)/ssh_config
        !             3: SERVER_CONFIG_FILE = $(etcdir)/sshd_config
        !             4:
        !             5: CFLAGS=        -I${.OBJDIR} -I${.CURDIR}/..
        !             6:
        !             7: USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash