summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/Makefile
diff options
context:
space:
mode:
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