NetBSD/usr.bin/ssh/Makefile

16 lines
446 B
Makefile
Raw Normal View History

2001-01-09 06:13:39 +03:00
# $NetBSD: Makefile,v 1.9 2001/01/09 03:13:41 lukem Exp $
.include <bsd.own.mk>
2000-09-29 02:20:58 +04:00
SSHDIST?= ${.CURDIR}/../../crypto/dist/ssh
2001-01-09 06:13:39 +03:00
SUBDIR= libssh .WAIT ssh sshd ssh-add ssh-keygen ssh-agent scp
distribution:
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/ssh.conf ${DESTDIR}/etc/ssh.conf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 644 \
${SSHDIST}/sshd.conf ${DESTDIR}/etc/sshd.conf
.include <bsd.subdir.mk>