mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install the new man pages.
This commit is contained in:
parent
614c49a910
commit
8d024c6627
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ PROG= ssh
|
|||
BINMODE=4555
|
||||
.endif
|
||||
LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
|
||||
MLINKS= ssh.1 slogin.1
|
||||
MLINKS= ssh.1 slogin.1 ssh_config.5
|
||||
|
||||
SRCS= ssh.c readconf.c clientloop.c sshtty.c \
|
||||
sshconnect.c sshconnect1.c sshconnect2.c
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
|
|||
auth2-none.c auth2-passwd.c auth2-pubkey.c \
|
||||
auth2-hostbased.c auth2-kbdint.c \
|
||||
auth-pam.c auth2-pam.c
|
||||
MAN= sshd.8
|
||||
MAN= sshd.8 sshd_config.5
|
||||
|
||||
CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DUSE_PAM -DHAVE_PAM_GETENVLIST
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue