diff options
author | John Denker <jsd@av8n.com> | 2012-07-19 15:20:43 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-29 15:32:33 -0700 |
commit | 379794ea0d610165e75fca2c71e7161d66e0c10d (patch) | |
tree | 25d491097dff6f427c5db28c0131e40e9fbd86e3 /tools/makefile | |
parent | a356f2e89ba2bc25207f2d9605a1d6bcca15d6d7 (diff) |
add greylist
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 2 |
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) |