diff options
author | John Denker <jsd@av8n.com> | 2012-07-17 14:33:26 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-17 14:33:26 -0700 |
commit | 11f086c5843430273b67e8fcb85dee38d4325688 (patch) | |
tree | df8b639d289ec06e02367e1718f2c852795af0dc /tools/makefile | |
parent | 3c8d12e783a7051d4ea315c32214cd44992b9239 (diff) |
implement "-addr" option in mail-scan
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/makefile b/tools/makefile index 7f5dcef..e092702 100644 --- a/tools/makefile +++ b/tools/makefile @@ -14,6 +14,9 @@ progs = pido hi-q skrewt hi-test mail-scan all: $(progs) +mail-scan: mail-scan.o + $(CC) $< -lboost_regex -o $@ + install: install $(progs) /var/qmail/bin/ cp filters.conf aufilters.conf /var/qmail/control/ |