aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
commitbb49f794f5ee647d19e458b23eca844a3a85f813 (patch)
tree241cba11dae37496c9a301b88acaa078786e551a /usr.bin/rlogin
parentd1a417f17ed3893fe20613320b44ecd60c0435b2 (diff)
downloadsrc-bb49f794f5ee647d19e458b23eca844a3a85f813.tar.gz
src-bb49f794f5ee647d19e458b23eca844a3a85f813.zip
Notes
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 a0353dbdf3f5..9e61a6e81a7f 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 \