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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
new file mode 100644
index 0000000..c305d6a
--- /dev/null
+++ b/usr.bin/find/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= find
+SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud