]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/Makefile
Revert part of 180714 - the intent was to flatten dist, not to nuke it.
[FreeBSD/FreeBSD.git] / crypto / openssh / Makefile
1 #       $OpenBSD: Makefile,v 1.11 2002/05/23 19:24:30 markus Exp $
2
3 .include <bsd.own.mk>
4
5 SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
6         ssh-keysign ssh-keyscan sftp scard
7
8 distribution:
9         install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
10             ${DESTDIR}/etc/ssh/ssh_config
11         install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
12             ${DESTDIR}/etc/ssh/sshd_config
13
14 .include <bsd.subdir.mk>