aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/libexec/kimpersonate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/kimpersonate/Makefile')
-rw-r--r--kerberos5/libexec/kimpersonate/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/kerberos5/libexec/kimpersonate/Makefile b/kerberos5/libexec/kimpersonate/Makefile
index 32f97772c9b5..3c94db6857d0 100644
--- a/kerberos5/libexec/kimpersonate/Makefile
+++ b/kerberos5/libexec/kimpersonate/Makefile
@@ -6,10 +6,7 @@ CFLAGS+= -I${KRB5DIR}/lib/hx509 \
-I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/sl -I.
-DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBHEIMNTLM} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
- ${LIBCRYPT} ${LIBVERS}
-LDADD= -lkafs5 -lkrb5 -lheimntlm -lroken -lasn1 -lcrypto -lcrypt \
- ${LIBVERS}
+LIBADD= krb5 roken asn1 vers
.include <bsd.prog.mk>