summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
committerkris <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
commit0d1f47825b8bc213c9c4e1fdef06b1a35096446d (patch)
treef1fa21cc8ddc4c376857a5866b4b4cb27002706c /usr.bin/rlogin
parent45f640e388df179b42641eb7ff526b05617cce21 (diff)
downloadFreeBSD-src-0d1f47825b8bc213c9c4e1fdef06b1a35096446d.zip
FreeBSD-src-0d1f47825b8bc213c9c4e1fdef06b1a35096446d.tar.gz
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
Approved by: jkh
Diffstat (limited to 'usr.bin/rlogin')
-rw-r--r--usr.bin/rlogin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index a0353db..9e61a6e 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -9,7 +9,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
BINMODE=4555
INSTALLFLAGS=-fschg
-.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT)
SRCS+= krcmd.c kcmd.c rcmd_util.c
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
OpenPOWER on IntegriCloud