From a5d3072a3a18eebf43f45b7790128cde6d6a5afc Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sun, 14 Nov 2004 18:18:30 +0000 Subject: [PATCH] -Wall -Wstrict-prototypes already in CFLAGS. --- bin/cpdup/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/cpdup/Makefile b/bin/cpdup/Makefile index 5a9d3dd039..a13d3e4fcb 100644 --- a/bin/cpdup/Makefile +++ b/bin/cpdup/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/bin/cpdup/Makefile,v 1.2 2004/09/26 15:32:56 asmodai Exp $ +# $DragonFly: src/bin/cpdup/Makefile,v 1.3 2004/11/14 18:18:30 joerg Exp $ # PROG= cpdup @@ -8,7 +8,6 @@ WARNS?= 6 LDADD+= -lmd DPADD+= ${LIBMD} -CFLAGS+= -Wall -Wstrict-prototypes .include -- 2.41.0