commit 086da123629250e3ee5aa6f39f15665824bf0bdb from: Martijn van Duren date: Fri Sep 20 12:43:35 2019 UTC Set {C,LD}FLAGS in Makefile here commit - 3d3c804046b6af0009a4393aaeef873bc60cc199 commit + 086da123629250e3ee5aa6f39f15665824bf0bdb blob - 48f333aa54bb04f3f59bb8e51387c1fe971be3a0 blob + faf0d2c4ebe5ec9460c3fcad0f45daa128b4df0f --- Makefile +++ Makefile @@ -5,11 +5,13 @@ MANDIR= ${LOCALBASE}/man/man SRCS+= main.c +CFLAGS+=-I${LOCALBASE}/include CFLAGS+=-Wall -I${.CURDIR} CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes CFLAGS+=-Wmissing-declarations CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual CFLAGS+=-Wsign-compare +LDFLAGS+=-L${LOCALBASE}/lib LDADD+= -levent -lcrypto -lopensmtpd DPADD= ${LIBEVENT} ${LIBCRYPTO}