commit 97a1ea05aadab5340a13a0a9760a7887f5779b9c from: Stefan Sperling date: Thu Mar 21 19:35:55 2024 UTC got-notify-email does not need libutil and libz; spotted by op@ commit - 1cb49b67c167a14c547143ce621e7573f59c82a3 commit + 97a1ea05aadab5340a13a0a9760a7887f5779b9c blob - bc6f702e1ea25327f3545179d493446d81da8948 blob + 197cc3930580e4bfb47294cf13ab97d0b1830cb4 --- gotd/libexec/got-notify-email/Makefile +++ gotd/libexec/got-notify-email/Makefile @@ -9,12 +9,4 @@ SRCS= got-notify-email.c pollfd.c error.c hash.c CPPFLAGS = -I${.CURDIR}/../../../include -I${.CURDIR}/../../../lib -.if defined(PROFILE) -LDADD = -lutil_p -lz_p -lm_p -.else -LDADD = -lutil -lz -lm -.endif - -DPADD = ${LIBZ} ${LIBUTIL} - .include