From 982f5d88ff041e0e6151ebe6af3f45e437202e82 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Fri, 22 Jun 2001 21:38:30 +0000 Subject: WARNS= -> WARNS?= Submitted by: Mike Barcroft --- usr.bin/chflags/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/chflags') diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index df1a7dc0aee98..3493b98298376 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -7,5 +7,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS= 2 +WARNS?= 2 .include -- cgit v1.3