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 /libexec | |
parent | 54848afd8dd147aceb9a182ebed245b5ff95492f (diff) |
Remove -ansi as that means expose only C89 interfaces.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd-setup/Makefile | 4 | ||||
-rw-r--r-- | libexec/spamd/Makefile | 4 | ||||
-rw-r--r-- | libexec/spamlogd/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libexec/spamd-setup/Makefile b/libexec/spamd-setup/Makefile index 7ebfb97332d..1d95ad8d99e 100644 --- a/libexec/spamd-setup/Makefile +++ b/libexec/spamd-setup/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/01/21 08:07:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2005/05/24 22:23:04 millert Exp $ PROG= spamd-setup SRCS= spamd-setup.c @@ -7,6 +7,6 @@ MAN= spamd-setup.8 LDADD= -lz DPADD= ${LIBZ} -CFLAGS+= -Wall -Wstrict-prototypes -ansi +CFLAGS+= -Wall -Wstrict-prototypes .include <bsd.prog.mk> diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile index b36239de0f2..0c77d87d6f5 100644 --- a/libexec/spamd/Makefile +++ b/libexec/spamd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/02/26 07:28:55 beck Exp $ +# $OpenBSD: Makefile,v 1.8 2005/05/24 22:23:04 millert Exp $ PROG= spamd SRCS= spamd.c sdl.c grey.c MAN= spamd.8 -CFLAGS+= -Wall -Wstrict-prototypes -ansi +CFLAGS+= -Wall -Wstrict-prototypes .include <bsd.prog.mk> diff --git a/libexec/spamlogd/Makefile b/libexec/spamlogd/Makefile index 072b31fdc24..ea2e1b43dae 100644 --- a/libexec/spamlogd/Makefile +++ b/libexec/spamlogd/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:04 millert Exp $ PROG= spamlogd SRCS= spamlogd.c MAN= spamlogd.8 -CFLAGS+= -Wall -Wstrict-prototypes -ansi -I${.CURDIR}/../spamd +CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd .include <bsd.prog.mk> |