summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-18 07:01:35 +0000
committerru <ru@FreeBSD.org>2002-04-18 07:01:35 +0000
commit8a3e2794aff3c58285cb80abba0ef8933b096ef6 (patch)
treea897713e5ca22c9403395caeb3e41294ee0b4cd0 /usr.bin/rlogin/Makefile
parent06e6019ff340c96e515316e2a36266267668b8ed (diff)
downloadFreeBSD-src-8a3e2794aff3c58285cb80abba0ef8933b096ef6.zip
FreeBSD-src-8a3e2794aff3c58285cb80abba0ef8933b096ef6.tar.gz
Replaced exists() tests with two equivalent defined().
LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60.
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-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 c8573f6..898aff2 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -10,7 +10,7 @@ BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
-.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT)
+.if 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