aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rsh
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-19 22:26:02 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-19 22:26:02 +0000
commitf7f09ffb6c7cd96397de32b2e534ddff431e6791 (patch)
tree634c76462ac83d2f700968cb5c65007ba145093e /usr.bin/rsh
parent105b74f110bf27b328e783430121720c62648228 (diff)
downloadsrc-f7f09ffb6c7cd96397de32b2e534ddff431e6791.tar.gz
src-f7f09ffb6c7cd96397de32b2e534ddff431e6791.zip
Change edistribution to krb4 in preaparation for K5
Notes
Notes: svn path=/head/; revision=51436
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r--usr.bin/rsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 63c491974718..ede91df5b93f 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -16,7 +16,7 @@ CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR}
LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err
-DISTRIBUTION= krb
+DISTRIBUTION= krb4
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif