summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/find/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index 0fbcb91..2384910 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud