summaryrefslogtreecommitdiff
path: root/kerberos5/libexec/kfd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/kfd/Makefile')
-rw-r--r--kerberos5/libexec/kfd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/kerberos5/libexec/kfd/Makefile b/kerberos5/libexec/kfd/Makefile
index f5081f18bed2..82df3adbb6da 100644
--- a/kerberos5/libexec/kfd/Makefile
+++ b/kerberos5/libexec/kfd/Makefile
@@ -4,10 +4,7 @@ PROG= kfd
MAN= kfd.8
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken
-DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
- ${LIBCRYPT} ${LIBVERS}
-LDADD= -lkrb5 -lroken -lasn1 -lcrypto -lcrypt \
- ${LIBVERS}
+LIBADD= krb5 roken vers
.include <bsd.prog.mk>