Install the new man pages.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-23 21:43:43 +00:00
parent 614c49a910
commit 8d024c6627
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98707
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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