commit d3f03cd3f7e1461e228b11ff71909f2a1e19318a from: Stefan Sperling date: Fri Apr 14 22:32:21 2023 UTC gitwrapper no longer needs to link to libutil, libz, libm, and libevent commit - f1397fcb9de517312a6924a0f0af6bb232bc9658 commit + d3f03cd3f7e1461e228b11ff71909f2a1e19318a blob - 0421be7b0d2bf6778bac2fb8bdeabcd60fc89ad2 blob + f1443d0b0dc69d389f59208ecb4ce2354a246f6d --- gitwrapper/Makefile +++ gitwrapper/Makefile @@ -18,13 +18,6 @@ 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 -.else -LDADD = -lutil -lz -lm -levent -.endif -DPADD = ${LIBZ} ${LIBUTIL} - .if ${GOT_RELEASE} != "Yes" NOMAN = Yes .endif