commit - 3d3c804046b6af0009a4393aaeef873bc60cc199
commit + 086da123629250e3ee5aa6f39f15665824bf0bdb
blob - 48f333aa54bb04f3f59bb8e51387c1fe971be3a0
blob + faf0d2c4ebe5ec9460c3fcad0f45daa128b4df0f
--- Makefile
+++ Makefile
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}