commit bd13be9e6848f38fd8f4679e64003888adabd0d8 from: Stefan Sperling date: Fri Apr 14 22:35:43 2023 UTC gotsh no longer needs to link to libz and libm commit - b5b41717002ca7082d9004bf6a5b8f6bfc6ed372 commit + bd13be9e6848f38fd8f4679e64003888adabd0d8 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}