summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-05-24 22:23:04 +0000
committermillert <millert@openbsd.org>2005-05-24 22:23:04 +0000
commitb051393d7dd4f18c8c5c2603032c4db6eb790c0c (patch)
tree71e6bbd0dc6f78edc46cccceb91e035305a15b12
parentIdentify states that will not be synchronised in pfctl -vvss output. (diff)
downloadwireguard-openbsd-b051393d7dd4f18c8c5c2603032c4db6eb790c0c.tar.xz
wireguard-openbsd-b051393d7dd4f18c8c5c2603032c4db6eb790c0c.zip
Remove -ansi as that means expose only C89 interfaces.
-rw-r--r--libexec/spamd-setup/Makefile4
-rw-r--r--libexec/spamd/Makefile4
-rw-r--r--libexec/spamlogd/Makefile4
-rw-r--r--usr.bin/tip/Makefile7
-rw-r--r--usr.sbin/spamdb/Makefile4
5 files changed, 11 insertions, 12 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>
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile
index 8d269d65cbd..6e86d43c7e1 100644
--- a/usr.bin/tip/Makefile
+++ b/usr.bin/tip/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2001/09/23 06:15:30 pvalchev Exp $
+# $OpenBSD: Makefile,v 1.10 2005/05/24 22:23:04 millert Exp $
#
# Files are:
# /etc/remote remote host description file
@@ -33,9 +33,8 @@
PROG= tip
LINKS= ${BINDIR}/tip ${BINDIR}/cu
MLINKS= tip.1 cu.1
-CFLAGS+=-I${.CURDIR} -ansi -pedantic \
- -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE -DCONNECT \
- -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000
+CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE \
+ -DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000
.PATH: ${.CURDIR}/aculib
SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
remote.c tip.c tipout.c uucplock.c value.c vars.c \
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>