From a5ca913bde3c80eb417acabe27efbd1e9046d38b Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 12 Dec 2001 00:06:52 +0000 Subject: Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default. --- usr.bin/tconv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tconv') 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 -- cgit v1.1