summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/Makefile
blob: add635e93c2faa289ee25ad141e0c48d526bfc94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.2 2000/07/25 18:54:09 thorpej Exp $

.include <bsd.own.mk>

.include "${.CURDIR}/Makefile.inc"

.if defined(SSHDIST)
SUBDIR=	libssh ssh sshd ssh-add ssh-keygen ssh-agent scp

distribution:
	${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
	    ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh_config
	${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \ 
	    ${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd_config
.else
distribution:
	@true
.endif

.include <bsd.subdir.mk>