diff options
Diffstat (limited to 'usr.bin/ssh/Makefile.inc')
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc new file mode 100644 index 00000000000..7cd77c4911d --- /dev/null +++ b/usr.bin/ssh/Makefile.inc @@ -0,0 +1,7 @@ +HOST_KEY_FILE = $(etcdir)/ssh_host_key +HOST_CONFIG_FILE = $(etcdir)/ssh_config +SERVER_CONFIG_FILE = $(etcdir)/sshd_config + +CFLAGS= -I${.OBJDIR} -I${.CURDIR}/.. + +USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash |