aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/find/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/find/Makefile')
-rw-r--r--shell_cmds/find/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell_cmds/find/Makefile b/shell_cmds/find/Makefile
new file mode 100644
index 0000000..22bfbad
--- /dev/null
+++ b/shell_cmds/find/Makefile
@@ -0,0 +1,4 @@
+PROG= find
+SRCS= find.c function.c getdate.y ls.c main.c misc.c operator.c option.c
+
+.include <bsd.prog.mk>