summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 22:44:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 22:44:13 +0000
commit3a2e5adbc10e4fc5669fe70b2fbeea41a991caf9 (patch)
treed3f7a63f40dec0274907c5d74b08c8c3c447a2f9 /libexec
parent86b5ca3b049e9ee22fa9e43a4728595e04d15a54 (diff)
no default -Werror on these
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/Makefile4
-rw-r--r--libexec/telnetd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile
index 174af254e8e..84abfe0221e 100644
--- a/libexec/spamd/Makefile
+++ b/libexec/spamd/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.5 2003/03/08 18:17:04 beck Exp $
+# $OpenBSD: Makefile,v 1.6 2003/07/02 22:44:11 deraadt Exp $
PROG= spamd
SRCS= spamd.c sdl.c
MAN= spamd.8
-CFLAGS+= -Wall -Werror -Wstrict-prototypes -ansi
+CFLAGS+= -Wall -Wstrict-prototypes -ansi
.include <bsd.prog.mk>
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index d8bea3a31a3..612cbbed42c 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.19 2003/05/14 06:47:49 mho Exp $
+# $OpenBSD: Makefile,v 1.20 2003/07/02 22:44:12 deraadt Exp $
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $NetBSD: Makefile,v 1.6 1996/02/24 01:22:12 jtk Exp $
PROG= telnetd
CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS
-CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} -Wall -Werror
+CFLAGS+=-DOLD_ENVIRON -DENV_HACK -I${.CURDIR} -Wall
CFLAGS+= -DHAS_CGETENT -Wno-unused
SRCS= authenc.c global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c mini_inetd.c socket.c \