freebsd_amp_hwpstate/crypto/openssh/Makefile

15 lines
424 B
Makefile
Raw Normal View History

2002-06-23 14:01:54 +00:00
# $OpenBSD: Makefile,v 1.11 2002/05/23 19:24:30 markus Exp $
2000-02-24 14:29:47 +00:00
.include <bsd.own.mk>
SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
2002-06-23 14:01:54 +00:00
ssh-keysign ssh-keyscan sftp scard
2000-02-24 14:29:47 +00:00
distribution:
install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
2002-03-18 09:55:03 +00:00
${DESTDIR}/etc/ssh/ssh_config
2000-02-24 14:29:47 +00:00
install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
2002-03-18 09:55:03 +00:00
${DESTDIR}/etc/ssh/sshd_config
2000-02-24 14:29:47 +00:00
.include <bsd.subdir.mk>