diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 0fbcb91a488..238491027ab 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -3,6 +3,7 @@ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c parsedate.y +CFLAGS+= -I${.CURDIR} YFLAGS= .include