diff options
author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:07:25 +0000 |
---|---|---|
committer | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:07:25 +0000 |
commit | 46c2bd61034fa8a6dd5233e57931e9d8bec95228 (patch) | |
tree | 7ba4ca1913df82816e52bc33dc60231b8666ecf6 /usr.bin/find/Makefile | |
parent | a18a49dcba1ebb5c5303b159232da4b619f3eec5 (diff) | |
download | src-46c2bd61034fa8a6dd5233e57931e9d8bec95228.tar.gz src-46c2bd61034fa8a6dd5233e57931e9d8bec95228.zip |
- Make find(1) WARNS?= 6 clean
- Bump to WARNS?= 6
Approved by: stefanf, grehan (mentor)
Notes
Notes:
svn path=/head/; revision=140810
Diffstat (limited to 'usr.bin/find/Makefile')
-rw-r--r-- | usr.bin/find/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b6aace969977..b20dc0346f55 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -4,7 +4,7 @@ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ getdate.y -WARNS?=2 +WARNS?=6 CFLAGS+= -DHAVE_SYS_TIMEB_H -I${.CURDIR} YFLAGS= |