2000-02-23 11:30:04 +00:00
|
|
|
--- Makefile.orig Wed Feb 23 06:18:58 2000
|
|
|
|
+++ Makefile Wed Feb 23 06:22:22 2000
|
|
|
|
@@ -1,13 +1,17 @@
|
1999-11-08 06:20:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 1999/10/25 20:27:26 markus Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
+.include "Makefile.inc"
|
|
|
|
|
|
|
|
SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp
|
1999-11-29 07:09:45 +00:00
|
|
|
+.if ${PAM} == yes
|
|
|
|
+SUBDIR+= pam_ssh
|
|
|
|
+.endif
|
1999-11-08 06:20:54 +00:00
|
|
|
|
1999-11-29 07:09:45 +00:00
|
|
|
distribution:
|
2000-02-23 11:30:04 +00:00
|
|
|
- install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
|
|
|
|
+ install -c -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \
|
|
|
|
${DESTDIR}/etc/ssh_config
|
|
|
|
- install -C -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
|
|
|
|
+ install -c -o root -g wheel -m 0644 ${.CURDIR}/sshd_config \
|
|
|
|
${DESTDIR}/etc/sshd_config
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|