summaryrefslogtreecommitdiffstats
path: root/usr.bin
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
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')
-rw-r--r--usr.bin/tconv/Makefile2
-rw-r--r--usr.bin/tee/Makefile1
-rw-r--r--usr.bin/telnet/Makefile2
-rw-r--r--usr.bin/true/Makefile1
-rw-r--r--usr.bin/truncate/Makefile1
-rw-r--r--usr.bin/tsort/Makefile1
-rw-r--r--usr.bin/tty/Makefile1
7 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile
index 403397f..7bde77b 100644
--- a/usr.bin/tconv/Makefile
+++ b/usr.bin/tconv/Makefile
@@ -5,7 +5,7 @@ PROG= tconv
SRCS= tconv.c quit.c
MLINKS= tconv.1 tic.1 tconv.1 captoinfo.1
LINKS= ${BINDIR}/tconv ${BINDIR}/tic ${BINDIR}/tconv ${BINDIR}/captoinfo
-CFLAGS+= -I${.CURDIR}/../../lib/libmytinfo -Wall
+CFLAGS+= -I${.CURDIR}/../../lib/libmytinfo
DPADD= $(LIBMYTINFO)
LDADD= -lmytinfo
diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile
index 52baa4c..920dd66 100644
--- a/usr.bin/tee/Makefile
+++ b/usr.bin/tee/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= tee
-WARNS?= 2
.include <bsd.prog.mk>
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
diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile
index 8ad6095..028a6ca 100644
--- a/usr.bin/true/Makefile
+++ b/usr.bin/true/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= true
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile
index f182f1f..4752c5c 100644
--- a/usr.bin/truncate/Makefile
+++ b/usr.bin/truncate/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= truncate
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile
index 3cea517..b0d353e 100644
--- a/usr.bin/tsort/Makefile
+++ b/usr.bin/tsort/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= tsort
-WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile
index 1c4f6d3..4dcab33 100644
--- a/usr.bin/tty/Makefile
+++ b/usr.bin/tty/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= tty
-WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud