[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/Makefile, Revision 1.8.2.2

1.8.2.2 ! miod        1: #      $OpenBSD: Makefile,v 1.10 2002/02/09 17:37:34 deraadt Exp $
1.1       deraadt     2:
1.2       deraadt     3: .include <bsd.own.mk>
1.1       deraadt     4:
1.7       markus      5: SUBDIR=        lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
1.8.2.1   jason       6:        ssh-keyscan sftp scard
1.3       deraadt     7:
                      8: distribution:
1.4       deraadt     9:        install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
                     10:            ${DESTDIR}/etc/ssh_config
                     11:        install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
                     12:            ${DESTDIR}/etc/sshd_config
1.1       deraadt    13:
1.2       deraadt    14: .include <bsd.subdir.mk>