aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-08-06 21:41:13 +0000
committerMark Murray <markm@FreeBSD.org>1998-08-06 21:41:13 +0000
commit448bbb58059594280e0c3f2e3e5a03c4c715212e (patch)
tree8b15932ddc92729187e2eedd7734373a9a2122d3 /libexec
parent60175a977292cc73c5c2fed00819450155f6ce2e (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rlogind/Makefile4
-rw-r--r--libexec/rshd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index c12984fd338d8..aebc421a5ad2f 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 \
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index cb23d4cfedd26..bcae68e57d69c 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,11 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.7 1997/04/23 03:06:47 davidn Exp $
+# $Id$
PROG= rshd
SRCS= rshd.c
MAN8= rshd.8
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes