Remove unneeded CFLAGS.

This commit is contained in:
Ed Schouten 2010-02-10 07:15:21 +00:00
parent bd43e0ce56
commit 7f5883ad7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203747

View File

@ -4,7 +4,6 @@
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
getdate.y
CFLAGS+= -DHAVE_SYS_TIMEB_H -I${.CURDIR}
YFLAGS=
.include <bsd.prog.mk>