Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libssh Remove HAVE_LOGIN_CAP it is not used.
details: https://anonhg.NetBSD.org/src/rev/44ea09edae32
branches: trunk
changeset: 573903:44ea09edae32
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 13 22:42:24 2005 +0000
description:
Remove HAVE_LOGIN_CAP it is not used.
Remove radix.c and kerberos glue; we'll put it in the programs themselves.
from Love.
diffstat:
lib/libssh/Makefile | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
diffs (34 lines):
diff -r b701db6cec6a -r 44ea09edae32 lib/libssh/Makefile
--- a/lib/libssh/Makefile Sun Feb 13 22:29:37 2005 +0000
+++ b/lib/libssh/Makefile Sun Feb 13 22:42:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/02/13 06:06:48 christos Exp $
+# $NetBSD: Makefile,v 1.3 2005/02/13 22:42:24 christos Exp $
.include <bsd.own.mk>
@@ -18,23 +18,11 @@
WARNS= 1
SSHDIST= ${NETBSDSRCDIR}/crypto/dist/ssh
-CPPFLAGS+= -I${SSHDIST} -DHAVE_LOGIN_CAP
+CPPFLAGS+= -I${SSHDIST}
.PATH: ${SSHDIST}
LIBDPLIBS= crypto ${.CURDIR}/../libcrypto \
z ${.CURDIR}/../libz
-.if (${USE_KERBEROS} != "no")
-CPPFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/krb5
-.if (${USE_KERBEROS4} != "no")
-SRCS+= radix.c
-CPPFLAGS+= -DKRB4 -DAFS -I${DESTDIR}/usr/include/kerberosIV
-LIBDPLIBS+= krb ${.CURDIR}/../libkrb \
- des ${.CURDIR}/../libdes
-.endif # ${USE_KERBEROS4} != "no"
-LIBDPLIBS+= com_err ${.CURDIR}/../libcom_err \
- roken ${.CURDIR}/../libroken
-.endif # ${USE_KERBEROS} != "no"
-
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index