1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/openssh/files/patch-aa

23 lines
672 B
Plaintext
Raw Normal View History

--- 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>