Blame


1 5565365c 2024-03-27 op .PATH:${.CURDIR}/../..
2 5565365c 2024-03-27 op .PATH:${.CURDIR}/../../../lib
3 5565365c 2024-03-27 op
4 5565365c 2024-03-27 op .include "../../../got-version.mk"
5 5565365c 2024-03-27 op
6 5565365c 2024-03-27 op PROG= got-notify-http
7 5565365c 2024-03-27 op SRCS= got-notify-http.c bufio.c opentemp.c pollfd.c error.c hash.c
8 5565365c 2024-03-27 op
9 5565365c 2024-03-27 op CPPFLAGS= -I${.CURDIR}/../../../include -I${.CURDIR}/../../../lib
10 5565365c 2024-03-27 op
11 5565365c 2024-03-27 op DPADD= ${LIBTLS}
12 5565365c 2024-03-27 op LDADD= -ltls
13 5565365c 2024-03-27 op
14 5565365c 2024-03-27 op .include <bsd.prog.mk>