]> andersk Git - openssh.git/blob - Makefile
Initial revision
[openssh.git] / Makefile
1 #       $OpenBSD: Makefile,v 1.5 1999/10/25 20:27:26 markus Exp $
2
3 .include <bsd.own.mk>
4
5 SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp
6
7 distribution:
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
12
13 .include <bsd.subdir.mk>
This page took 0.072272 seconds and 5 git commands to generate.