summaryrefslogtreecommitdiffstats
path: root/security/openssh/files/patch-aa
blob: ffb6562b3a191de2eca994c43193571bf78e99b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/Makefile	Mon Oct 25 16:27:26 1999
+++ Makefile	Mon Nov 29 01:07:28 1999
@@ -1,8 +1,12 @@
 #	$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 \
OpenPOWER on IntegriCloud