Commit Diff


commit - ea457a54eef52ceac1393ca0b5644dd6f5fede00
commit + e6f7f176546d23f9f99d129dfab531ce41a978cc
blob - 8cd44e3e91b34b73557549f8327e76eaf4eca243
blob + b3688e05a41671c5424eccd960798be8f074df6f
--- gotctl/Makefile
+++ gotctl/Makefile
@@ -15,7 +15,7 @@ LDADD = -lutil_p -levent_p
 .else
 LDADD = -lutil -levent
 .endif
-DPADD = ${LIBUTIL}
+DPADD = ${LIBUTIL} ${LIBEVENT}
 
 .if ${GOT_RELEASE} != "Yes"
 NOMAN = Yes
blob - 57c307cbf240df2d50591814c9eb5e77bb24ae39
blob + 877e4d8fa52533fe457b51eefc3aed259e36e6a5
--- gotd/Makefile
+++ gotd/Makefile
@@ -29,7 +29,7 @@ LDADD = -lutil_p -lz_p -lm_p -lc_p -levent_p
 .else
 LDADD = -lutil -lz -lm -levent
 .endif
-DPADD = ${LIBZ} ${LIBUTIL}
+DPADD = ${LIBZ} ${LIBUTIL} ${LIBM} ${LIBEVENT}
 
 .if ${GOT_RELEASE} != "Yes"
 NOMAN = Yes
blob - e846e3770127222b8a0c7ca738b2b1e4aa51cedf
blob + 523878131c3f5d6c33e9b6600b339d6a8d9bef75
--- gotsh/Makefile
+++ gotsh/Makefile
@@ -15,7 +15,7 @@ LDADD = -lutil_p -lc_p -levent_p
 .else
 LDADD = -lutil -levent
 .endif
-DPADD = ${LIBZ} ${LIBUTIL}
+DPADD = ${LIBEVENT} ${LIBUTIL}
 
 .if ${GOT_RELEASE} != "Yes"
 NOMAN = Yes