From 363d31466ef340164e1ac96e49eeda24242fdb71 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sun, 3 Oct 2004 15:03:15 +0000 Subject: [PATCH] chflags compiles with WARNS?=6. --- bin/chflags/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index 4457505380f3..cece64f74dfa 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= chflags +WARNS?= 6 .include