commit ead3d4dc057dcb1dfce065cd7554377399dd2ce0 from: Stefan Sperling via: Thomas Adam date: Sat Apr 22 18:10:11 2023 UTC gitwrapper no longer needs to link to libutil, libz, libm, and libevent commit - 959773748b429b8c75f416f1df698cfdeb6a9b18 commit + ead3d4dc057dcb1dfce065cd7554377399dd2ce0 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