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

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

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1999/09/26 22:29:50 deraadt Exp $
1.1       deraadt     2:
1.2       deraadt     3: .include <bsd.own.mk>
1.1       deraadt     4:
1.4     ! deraadt     5: SUBDIR=        ssh sshd ssh-add ssh-keygen ssh-agent scp
1.3       deraadt     6:
                      7: distribution:
1.4     ! deraadt     8:        install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
        !             9:            ${DESTDIR}/etc/ssh_config
        !            10:        install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
        !            11:            ${DESTDIR}/etc/sshd_config
1.1       deraadt    12:
1.2       deraadt    13: .include <bsd.subdir.mk>