aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chflags
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-22 21:38:30 +0000
commit982f5d88ff041e0e6151ebe6af3f45e437202e82 (patch)
tree160cd437b66d4747b612c4a3594b9bc09b511cf2 /usr.bin/chflags
parent49f886f5d3e9767a967e2607e713215be5dff3da (diff)
Notes
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r--usr.bin/chflags/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>