From c80e3de0aa858e1b774573acfc8197a2a9556822 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Sun, 26 Sep 2004 15:58:32 +0000 Subject: [PATCH] Bump WARNS to 6. --- bin/mkdir/Makefile | 4 ++-- bin/mv/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index 4c1122e9d4..3139400993 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/bin/mkdir/Makefile,v 1.5.2.1 2001/08/01 04:42:37 obrien Exp $ -# $DragonFly: src/bin/mkdir/Makefile,v 1.2 2003/06/17 04:22:50 dillon Exp $ +# $DragonFly: src/bin/mkdir/Makefile,v 1.3 2004/09/26 15:58:32 asmodai Exp $ PROG= mkdir -WARNS?= 2 +WARNS?= 6 .include diff --git a/bin/mv/Makefile b/bin/mv/Makefile index eaae2165d1..ee92fdc060 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 # $FreeBSD: src/bin/mv/Makefile,v 1.6.2.1 2001/08/01 04:44:36 obrien Exp $ -# $DragonFly: src/bin/mv/Makefile,v 1.2 2003/06/17 04:22:50 dillon Exp $ +# $DragonFly: src/bin/mv/Makefile,v 1.3 2004/09/26 15:58:32 asmodai Exp $ PROG= mv -WARNS?= 2 +WARNS?= 6 .include -- 2.41.0