From 945767f12154698fab3e7e370486a5e9b09276e9 Mon Sep 17 00:00:00 2001
From: John Denker <jsd@av8n.com>
Date: Thu, 19 Jul 2012 20:58:24 -0700
Subject: add "Scan" function to greylist

---
 tools/makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'tools/makefile')

diff --git a/tools/makefile b/tools/makefile
index 8837952..97c345c 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -14,6 +14,9 @@ progs = pido hi-q skrewt hi-test mail-scan greylist
 
 all: $(progs)
 
+greylist: greylist.c
+	$(CC) $< -lboost_filesystem-mt -o $@
+
 mail-scan: mail-scan.o
 	$(CC) $< -lboost_regex -o $@
 
-- 
cgit v1.2.3