From 7ff8c436d3890e42fa1dce8faf5d61042c398591 Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Tue, 24 Feb 2004 19:23:33 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe --- gnu/usr.bin/binutils/strings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils/strings/Makefile') diff --git a/gnu/usr.bin/binutils/strings/Makefile b/gnu/usr.bin/binutils/strings/Makefile index 346e59fcf978..0e32e100da60 100644 --- a/gnu/usr.bin/binutils/strings/Makefile +++ b/gnu/usr.bin/binutils/strings/Makefile @@ -6,7 +6,7 @@ PROG= strings SRCS= strings.c -WARNS= 2 +WARNS?= 2 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a -- cgit v1.3