aboutsummaryrefslogtreecommitdiff
path: root/libexec/rlogind/Makefile
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/rlogind/Makefile
parent92050c8b153697ac087569846187ef8cafef6ff4 (diff)
downloadsrc-e00072f9f4098e3b2c64c47418e0996f485f48d4.tar.gz
src-e00072f9f4098e3b2c64c47418e0996f485f48d4.zip
Add -lcrypt when building kerberos.
Notes
Notes: svn path=/head/; revision=38827
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 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