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 cb29e255 2024-04-18 stsp SRCS= got-notify-http.c bufio.c opentemp.c pollfd.c error.c hash.c log.c
8 5565365c 2024-03-27 op
9 cb29e255 2024-04-18 stsp CPPFLAGS= -I${.CURDIR}/../../../include -I${.CURDIR}/../../../lib -I${.CURDIR}/../..
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>