From dd9440391a7c299a69a95126492f933627b32755 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Tue, 15 Feb 2005 19:49:06 +0000 Subject: [PATCH] Raise WARNS to 6. --- libexec/makekey/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 640705e2bc..933af92061 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,8 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD: src/libexec/makekey/Makefile,v 1.11.2.1 2001/04/25 10:40:52 ru Exp $ -# $DragonFly: src/libexec/makekey/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $ +# $DragonFly: src/libexec/makekey/Makefile,v 1.3 2005/02/15 19:49:06 cpressey Exp $ PROG= makekey +WARNS?= 6 MAN= makekey.8 DPADD+= ${LIBCRYPT} -- 2.41.0