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

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

1.6.2.1   jason       1: #      $OpenBSD: Makefile,v 1.8 2001/02/04 11:11:53 djm Exp $
1.1       deraadt     2:
1.2       deraadt     3: .include <bsd.own.mk>
1.1       deraadt     4:
1.6.2.1   jason       5: SUBDIR=        lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
                      6:        ssh-keyscan sftp
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>