summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 746e4a4..e3d594c 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
+# $Id$
PROG= rlogin
SRCS= rlogin.c
@@ -8,7 +9,7 @@ BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c
DPADD= ${LIBKRB} ${LIBDES}
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
OpenPOWER on IntegriCloud