summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-10-19 00:01:53 +0000
committerdelphij <delphij@FreeBSD.org>2010-10-19 00:01:53 +0000
commit4393b7cb7eaacda209dfdb075d90146991a14617 (patch)
tree84d092ff03f4b575876da872e891185ff3b09dae /usr.bin
parent86b8c070d539330fae83cff790e47803db630d67 (diff)
downloadFreeBSD-src-4393b7cb7eaacda209dfdb075d90146991a14617.zip
FreeBSD-src-4393b7cb7eaacda209dfdb075d90146991a14617.tar.gz
MFV: nc(1) from OpenBSD 4.8.
While I'm there, bump WARNS level to 2 as the vendor have the right printf format string now. MFC after: 1 month Obtained from: OpenBSD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile
index 84d20d3..17cea06 100644
--- a/usr.bin/nc/Makefile
+++ b/usr.bin/nc/Makefile
@@ -9,6 +9,6 @@ CFLAGS+=-DIPSEC
LDADD= -lipsec
DPADD= ${LIBIPSEC}
-WARNS?= 1
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud