[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.2.1

1.5.2.1 ! jason       1: #      $OpenBSD: Makefile,v 1.6 2000/08/31 21:52:23 markus Exp $
1.1       deraadt     2:
1.2       deraadt     3: .include <bsd.own.mk>
1.1       deraadt     4:
1.5.2.1 ! jason       5: SUBDIR=        lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server
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>