summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/Makefile')
-rw-r--r--usr.bin/indent/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/indent/Makefile b/usr.bin/indent/Makefile
new file mode 100644
index 0000000..8d9ff94
--- /dev/null
+++ b/usr.bin/indent/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= indent
+SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud