aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-06 11:07:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-06 11:07:55 +0000
commit8bf216d4a39b268cd561eb5e3a90ba41ef5e733f (patch)
tree04559bc8be961ac00825999328ea88645e61aeeb
parent082cdd8de865c36107dec946e17b46903bcc5d02 (diff)
downloadsrc-8bf216d4a39b268cd561eb5e3a90ba41ef5e733f.tar.gz
src-8bf216d4a39b268cd561eb5e3a90ba41ef5e733f.zip
Notes
-rw-r--r--libexec/telnetd/Makefile1
-rw-r--r--secure/libexec/telnetd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 0c5b23ed7eeb..031000d0cff6 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
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index ef9d1b2e5fea..07378fd6d137 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -14,6 +14,7 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
-I${TELNETDIR} -DINET6
WARNS?= 2
+WFORMAT?= 0
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBMP} ${LIBCRYPTO} \
${LIBCRYPT} ${LIBPAM}