summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
committermarcel <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
commite32efbad285f28ce55ac811ba3cccde58f65eccc (patch)
tree2577dcf6b43f1871bfaa9e543384fda4263e80d7 /usr.bin/rlogin/Makefile
parent92744e1faca3ab13bd1ee99163695a5dc9b6a763 (diff)
downloadFreeBSD-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/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 97de1da..6e6439d 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -11,13 +11,13 @@ INSTALLFLAGS=-fschg
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c
-DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR}
+DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} ${LIBMD}
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err
+LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err -lmd
DISTRIBUTION= krb4
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
OpenPOWER on IntegriCloud