diff options
author | marcel <marcel@FreeBSD.org> | 1999-12-16 10:55:45 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-12-16 10:55:45 +0000 |
commit | e32efbad285f28ce55ac811ba3cccde58f65eccc (patch) | |
tree | 2577dcf6b43f1871bfaa9e543384fda4263e80d7 /usr.bin/rsh | |
parent | 92744e1faca3ab13bd1ee99163695a5dc9b6a763 (diff) | |
download | FreeBSD-src-e32efbad285f28ce55ac811ba3cccde58f65eccc.zip FreeBSD-src-e32efbad285f28ce55ac811ba3cccde58f65eccc.tar.gz |
Add libmd (or move it after libcrypt). We don't want the linker to be
smart because it will definitely get it wrong. This popped up during
cross-linking.
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r-- | usr.bin/rsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index ede91df..4de4bdf 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -14,8 +14,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= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} -LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err +DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} ${LIBMD} +LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err -lmd DISTRIBUTION= krb4 .PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd .endif |