From 1d1d38e05714289a6a10c38dce6270c0d1853ae5 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 6 Sep 1999 20:22:47 +0000 Subject: Fix Common Error brokenness. --- usr.bin/rsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rsh') diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index 6b102f4..29ba01c 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -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= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} -LDADD= -lutil -lkrb -ldes -lcrypt +DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} +LDADD= -lutil -lkrb -ldes -lcrypt -lcom_err DISTRIBUTION= krb .PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd .endif -- cgit v1.1