diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:23:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-05-24 22:23:06 +0000 |
commit | 0a5e19e740778be602187517aefc7f3c9cab3ac2 (patch) | |
tree | 24e786a1f642b41679868bd258818eeab646b0f5 /usr.sbin/spamdb | |
parent | 54848afd8dd147aceb9a182ebed245b5ff95492f (diff) |
Remove -ansi as that means expose only C89 interfaces.
Diffstat (limited to 'usr.sbin/spamdb')
-rw-r--r-- | usr.sbin/spamdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/spamdb/Makefile b/usr.sbin/spamdb/Makefile index eb047b959c8..3f06bd59bc3 100644 --- a/usr.sbin/spamdb/Makefile +++ b/usr.sbin/spamdb/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2004/02/27 19:41:39 david Exp $ +# $OpenBSD: Makefile,v 1.3 2005/05/24 22:23:05 millert Exp $ PROG= spamdb SRCS= spamdb.c MAN= spamdb.8 -CFLAGS+= -Wall -Wstrict-prototypes -ansi -I${.CURDIR}/../../libexec/spamd +CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../../libexec/spamd .include <bsd.prog.mk> |