From: guenther Date: Sun, 20 Jul 2014 04:57:31 +0000 (+0000) Subject: tweak -W options X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=94c7d236ef24827cf23d1c240cc0160e70bef610;p=openbsd tweak -W options --- diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index a855887407c..6ac5878d791 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2014/07/19 23:50:38 guenther Exp $ +# $OpenBSD: Makefile,v 1.32 2014/07/20 04:57:31 guenther Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -33,7 +33,7 @@ PROG= telnet CFLAGS+=-DKLUDGELINEMODE -DSKEY -I${.CURDIR} -CFLAGS+= -Wall -Wno-unused -Werror-implicit-function-declaration +CFLAGS+= -Wall LDADD+= -lcurses DPADD= ${LIBCURSES}