diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-06 20:18:44 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-06 20:18:44 +0000 |
| commit | b2b9ed48331addd7a79540ecc9d2f57290b0b308 (patch) | |
| tree | 2f684d36a4a82a33fcddab4a656d39375d6cb913 /libexec/rshd | |
| parent | 3bbeaf7f43c64e28ac4186e0156bf279833f3e64 (diff) | |
Notes
Diffstat (limited to 'libexec/rshd')
| -rw-r--r-- | libexec/rshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index fece4b80a2e11..cf3acf3e2436b 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -7,8 +7,8 @@ MAN8= rshd.8 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS -DCRYPT -DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT} -LDADD= -lkrb -ldes -lcrypt +DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR} +LDADD= -lkrb -ldes -lcrypt -lcom_err DISTRIBUTION= krb .endif |
