summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
commita5ca913bde3c80eb417acabe27efbd1e9046d38b (patch)
tree380706225bb5cd34ed41543949a3eb8705d25750 /usr.bin/telnet/Makefile
parenta1e7edd73c86ec1d389f064bb65572c7255e1548 (diff)
downloadFreeBSD-src-a5ca913bde3c80eb417acabe27efbd1e9046d38b.zip
FreeBSD-src-a5ca913bde3c80eb417acabe27efbd1e9046d38b.tar.gz
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r--usr.bin/telnet/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index 65b41bb..a8c8351 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -8,8 +8,6 @@ SRCS= commands.c main.c network.c ring.c sys_bsd.c \
CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE \
-I${.CURDIR}/../../lib -I${.CURDIR}/../../lib/libtelnet/
-WARNS?= 2
-
.if exists(${.OBJDIR}/../../lib/libtelnet)
LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
.else
OpenPOWER on IntegriCloud