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

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

1.5     ! markus      1: #      $OpenBSD: Makefile,v 1.4 1999/09/27 23:47:43 deraadt Exp $
1.1       deraadt     2:
1.2       deraadt     3: .include <bsd.own.mk>
1.1       deraadt     4:
1.5     ! markus      5: SUBDIR=        lib 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>