commit ea457a54eef52ceac1393ca0b5644dd6f5fede00 from: Stefan Sperling via: Thomas Adam date: Sat Apr 22 18:10:11 2023 UTC gotsh no longer needs to link to libz and libm commit - 95a3dfcf9e31cbd3bbcf759d431a88b3f4cc2143 commit + ea457a54eef52ceac1393ca0b5644dd6f5fede00 blob - e181d09783d48cf8ca92d02f6f12aa9f0054a4f1 blob + e846e3770127222b8a0c7ca738b2b1e4aa51cedf --- gotsh/Makefile +++ gotsh/Makefile @@ -11,9 +11,9 @@ MAN = ${PROG}.1 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR}/../gotd .if defined(PROFILE) -LDADD = -lutil_p -lz_p -lm_p -lc_p -levent_p +LDADD = -lutil_p -lc_p -levent_p .else -LDADD = -lutil -lz -lm -levent +LDADD = -lutil -levent .endif DPADD = ${LIBZ} ${LIBUTIL}