Commit Diff


commit - 42f290d4d3d7cc6d6385a343d6c20f58c6369305
commit + 18a742f3faa91be1c87c982422caa71b2a8c8aff
blob - b7c896f3faf9b3cbecc58d07a2ad7f76b9226064
blob + da721544f367f951983e552c46e9e3791ba10f65
--- gotd/Makefile
+++ gotd/Makefile
@@ -20,6 +20,7 @@ SRCS=		gotd.c auth.c repo_read.c repo_write.c log.c pr
 MAN =		${PROG}.conf.5 ${PROG}.8
 
 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib -I${.CURDIR}
+YFLAGS =
 
 .if defined(PROFILE)
 LDADD = -lutil_p -lz_p -lm_p -lc_p -levent_p
blob - dba200d19f6705b4dd9f5cd7a449af9a216da7f3
blob + 0c0374f5265adba538b5d25e506b1cb96852f4ff
--- gotwebd/libexec/got-read-gotconfig/Makefile
+++ gotwebd/libexec/got-read-gotconfig/Makefile
@@ -7,6 +7,7 @@ SRCS=		got-read-gotconfig.c error.c inflate.c object_p
 
 CPPFLAGS = -I${.CURDIR}/../../../include -I${.CURDIR}/../../../lib \
 	-I${.CURDIR}/../../../libexec/got-read-gotconfig
+YFLAGS =
 LDADD = -lutil -lz
 DPADD = ${LIBZ} ${LIBUTIL}
 LDSTATIC = ${STATIC}