summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-05 00:32:27 +0000
committerjb <jb@FreeBSD.org>1998-09-05 00:32:27 +0000
commitb3bc350baaf6590847ede1332b9f8cea6829b31f (patch)
tree94b8d63c51b9c13470d4926bc8a88b3cf25682a0 /libexec/rlogind/Makefile
parent24ab75c075c5c46dc01228b3956e14d1bf505037 (diff)
downloadFreeBSD-src-b3bc350baaf6590847ede1332b9f8cea6829b31f.zip
FreeBSD-src-b3bc350baaf6590847ede1332b9f8cea6829b31f.tar.gz
Add -lcrypt when building kerberos.
Diffstat (limited to 'libexec/rlogind/Makefile')
-rw-r--r--libexec/rlogind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index aebc421..2685f84 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
OpenPOWER on IntegriCloud