blob: d354787aeee49afdc9f0a427caa60dd59f5e6588 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Wed Jun 26 01:45:42 2002
+++ Makefile.in Mon Jul 22 07:24:41 2002
@@ -70,6 +70,8 @@
MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5
MANTYPE = @MANTYPE@
+SSHDOBJS+= auth2-pam-freebsd.o
+
CONFIGFILES=sshd_config.out ssh_config.out moduli.out
CONFIGFILES_IN=sshd_config ssh_config moduli
|