summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 00:32:27 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 00:32:27 +0000
commite00072f9f4098e3b2c64c47418e0996f485f48d4 (patch)
tree1d35909dff38e51429047438edf58b644a42c36f /libexec
parent92050c8b153697ac087569846187ef8cafef6ff4 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rlogind/Makefile6
-rw-r--r--libexec/rshd/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index aebc421a5ad2..2685f8430530 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id$
+# $Id: Makefile,v 1.9 1998/08/06 21:35:47 markm Exp $
PROG= rlogind
SRCS= rlogind.c
@@ -15,8 +15,8 @@ CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../crypto/kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD+= -lkrb -ldes
+DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
+LDADD+= -lkrb -ldes -lcrypt
DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index bcae68e57d69..d9bfb79eb388 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id$
+# $Id: Makefile,v 1.9 1998/08/06 21:36:25 markm Exp $
PROG= rshd
SRCS= rshd.c
@@ -7,8 +7,8 @@ MAN8= rshd.8
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS -DCRYPT
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
+LDADD= -lkrb -ldes -lcrypt
DISTRIBUTION= krb
.endif