diff options
author | John Denker <jsd@av8n.com> | 2012-07-17 14:33:26 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-29 15:32:33 -0700 |
commit | cbbd45a9700a660bcc4e2f762f5004c2aa2b1078 (patch) | |
tree | 708e309e08ba79023ac540c5d706f6b0fe5b3137 /tools/makefile | |
parent | 40c8c828972af044b7628b2c167093f78353fcdd (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/ |