aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rsh
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 /usr.bin/rsh
parent92050c8b153697ac087569846187ef8cafef6ff4 (diff)
downloadsrc-e00072f9f4098e3b2c64c47418e0996f485f48d4.tar.gz
src-e00072f9f4098e3b2c64c47418e0996f485f48d4.zip
Notes
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r--usr.bin/rsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 4f5f0c3552bf..4165d493eef5 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.6 1998/08/06 21:39:12 markm Exp $
PROG= rsh
SRCS= rsh.c
@@ -13,8 +13,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