summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-02-06 11:07:55 +0000
committerkris <kris@FreeBSD.org>2002-02-06 11:07:55 +0000
commit0e1bb965cc26648289a6a22baf0ad5ef4891edb4 (patch)
tree04559bc8be961ac00825999328ea88645e61aeeb /libexec/telnetd
parentdd6a01dac3322afbe5c138d18d984cfae87dc265 (diff)
downloadFreeBSD-src-0e1bb965cc26648289a6a22baf0ad5ef4891edb4.zip
FreeBSD-src-0e1bb965cc26648289a6a22baf0ad5ef4891edb4.tar.gz
Set WFORMAT=0, overlooked in previous commits to libexec/.
Reported by: jhay
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 0c5b23e..031000d 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -14,6 +14,7 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
-I${.CURDIR}/../../lib -DINET6
WARNS?= 2
+WFORMAT?= 0
.if exists(${.OBJDIR}/../../lib/libtelnet)
LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
OpenPOWER on IntegriCloud