commit - d4844823772ca1585a3af59b82b1a7b5a183743c
commit + aa6f15a77c6c186c8d98f9513731394cb4d9dad5
blob - 7c2030b5652693a5982005db90c5a77153bee217
blob + 8e41b296fa48e93c115ecf7ee2dc1e32d667e2e2
--- 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 -lopensmtpd
DPADD= ${LIBEVENT}