diff options
author | John Denker <jsd@av8n.com> | 2012-11-23 10:51:06 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-23 10:51:06 -0800 |
commit | 2db619bf6bb01efdc01ce9b3729575ae21abcf5f (patch) | |
tree | 4c1b3ea5c5bcfec797e9075b64f12bf397b373aa /tools/makefile | |
parent | f4a2eb7807850df8381b0a4960b5a995e182bb4f (diff) |
configure to use new "ward" in place of older skrewt
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/makefile b/tools/makefile index 97a39b4..38d35ce 100644 --- a/tools/makefile +++ b/tools/makefile @@ -11,11 +11,13 @@ CFLAGS = -std=gnu++0x -Wall -g -I $(HOME)/lib/include .SECONDARY : # do not remove any intermediate files # sources for main programs that go in /var/qmail/bin -qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c greylist.c wripper.c +qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c \ + greylist.c wripper.c ward.c + qprogs = $(qmain:%.c=%) # sources for other main programs: -moremain = wripper.c bash-c.c ltgrey.c fixown.c ward.c +moremain = wripper.c bash-c.c ltgrey.c fixown.c moreprogs = $(moremain:%.c=%) nonmain = libltgrey.c |