summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/Makefile')
-rw-r--r--usr.bin/find/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index 5985392..b6aace9 100644
--- a/usr.bin/find/Makefile
+++ b/usr.bin/find/Makefile
@@ -4,7 +4,8 @@
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
getdate.y
-CFLAGS+= -I${.CURDIR}
+WARNS?=2
+CFLAGS+= -DHAVE_SYS_TIMEB_H -I${.CURDIR}
YFLAGS=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud