summaryrefslogtreecommitdiffstats
path: root/usr.bin/tconv
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/tconv
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/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 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
OpenPOWER on IntegriCloud