summaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-19 15:20:43 -0700
committerJohn Denker <jsd@av8n.com>2012-07-19 15:24:24 -0700
commit574afcb2f400d3d8d2df8a0b0914380a04a71556 (patch)
tree74674c4362d8f5be91ed0a1d8a5fbc6e3356ad57 /tools/makefile
parent067dd9a68045bf775e02a47fbf663b73c6d28901 (diff)
add greylist
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile
index 04b9d21..8837952 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -10,7 +10,7 @@ CC= /usr/bin/g++ -Wall -g -I $(HOME)/lib/include
.SECONDARY : # do not remove any intermediate files
-progs = pido hi-q skrewt hi-test mail-scan
+progs = pido hi-q skrewt hi-test mail-scan greylist
all: $(progs)