chflags compiles with WARNS?=6.

This commit is contained in:
Stefan Farfeleder 2004-10-03 15:03:15 +00:00
parent 26663dcbd5
commit 363d31466e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136089

View File

@ -2,5 +2,6 @@
# $FreeBSD$
PROG= chflags
WARNS?= 6
.include <bsd.prog.mk>