diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
commit | 5b2b1d78087f359682131bd6d150db0b610ca073 (patch) | |
tree | b0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-Makefile.inc | |
parent | create ssh_config-dist and sshd_config-dist (diff) |
Rename Patches to make navigation much more easier.
Notes
Notes:
svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-Makefile.inc')
-rw-r--r-- | security/openssh/files/patch-Makefile.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/openssh/files/patch-Makefile.inc b/security/openssh/files/patch-Makefile.inc new file mode 100644 index 000000000000..d4874c8b85c7 --- /dev/null +++ b/security/openssh/files/patch-Makefile.inc @@ -0,0 +1,23 @@ +--- Makefile.inc.orig Sun Jul 29 16:00:07 2001 ++++ Makefile.inc Wed Oct 3 13:49:31 2001 +@@ -17,10 +17,16 @@ + + .include <bsd.obj.mk> + +-.if exists(${.CURDIR}/../lib/${__objdir}) +-LDADD+= -L${.CURDIR}/../lib/${__objdir} -lssh +-DPADD+= ${.CURDIR}/../lib/${__objdir}/libssh.a +-.else ++AFS?= no ++KERBEROS?= no ++KERBEROS5?= no ++PAM?= no ++SKEY?= no ++TCP_WRAPPERS?= yes ++ ++CFLAGS+= -I${OPENSSLINC} ${INET6FLAGS} ++ ++.if !defined(IGNORE_LIBSSH) + LDADD+= -L${.CURDIR}/../lib -lssh + DPADD+= ${.CURDIR}/../lib/libssh.a + .endif |