diff options
author | des <des@FreeBSD.org> | 2002-06-23 21:43:43 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-06-23 21:43:43 +0000 |
commit | 107ff84363cf35449939883893b328ad2639f142 (patch) | |
tree | 1e73547a56fe2e3037a47a2ebbc74a01716b18fa /secure | |
parent | 2894284b2aba9c7c254dabe5434f2f4854d57635 (diff) | |
download | FreeBSD-src-107ff84363cf35449939883893b328ad2639f142.zip FreeBSD-src-107ff84363cf35449939883893b328ad2639f142.tar.gz |
Install the new man pages.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.bin/ssh/Makefile | 2 | ||||
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 1567f96..da4cf5a 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -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 diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index b94785d..4987cef 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -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 |