summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-aa
blob: 34873db4f8d25d3474b761a6d43c577a4d8a82f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Wed Feb 23 06:18:58 2000
+++ Makefile	Wed Feb 23 06:22:22 2000
@@ -1,13 +1,17 @@
 #	$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
+.if ${PAM} == yes
+SUBDIR+=	pam_ssh
+.endif
 
 distribution:
-	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>