aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tconv
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
committerMark Murray <markm@FreeBSD.org>2001-12-12 00:06:52 +0000
commit131f7ce586e9ecae3010b90dc9dfb348e681d545 (patch)
tree380706225bb5cd34ed41543949a3eb8705d25750 /usr.bin/tconv
parent19964b32334aef002a7180b6f4d605435832c124 (diff)
downloadsrc-131f7ce586e9ecae3010b90dc9dfb348e681d545.tar.gz
src-131f7ce586e9ecae3010b90dc9dfb348e681d545.zip
Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.
Notes
Notes: svn path=/head/; revision=87714
Diffstat (limited to 'usr.bin/tconv')
-rw-r--r--usr.bin/tconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile
index 403397f67e4a..7bde77b00818 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