summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rlogind/Makefile')
-rw-r--r--libexec/rlogind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index c12984f..aebc421 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.7 1997/02/22 14:22:07 peter Exp $
+# $Id$
PROG= rlogind
SRCS= rlogind.c
@@ -8,7 +8,7 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
CFLAGS+= -Wall
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= encrypt.c
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../kerberosIV/include \
OpenPOWER on IntegriCloud