From ed53753dac4c203fe471dbaa5b26d29ff049893d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 16 Mar 2009 12:16:17 +0000 Subject: [PATCH] cat(1) compiles fine at WARNS level 6. --- bin/cat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 672a4eeeeff5..689dd4d28d08 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= cat +WARNS?= 6 .include