499707792a
Fix build with SKEY=yes, pr# 36119 Cleanup pw_expire handling. Add missing includes Changes defaults to: PermitRootLogin=no, UsePrivilegeSeparation=no Use $PREFIX/etc/ssh for config, updating manpages too.
10 lines
317 B
Text
10 lines
317 B
Text
--- Makefile.orig Sat Jun 22 12:40:30 2002
|
|
+++ Makefile Sat Jun 22 12:40:31 2002
|
|
@@ -1,6 +1,7 @@
|
|
# $OpenBSD: Makefile,v 1.11 2002/05/23 19:24:30 markus Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
+.include "Makefile.inc"
|
|
|
|
SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
|
|
ssh-keysign ssh-keyscan sftp scard
|