aboutsummaryrefslogtreecommitdiffstats
path: root/developer_cmds/ctags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'developer_cmds/ctags/Makefile')
-rw-r--r--developer_cmds/ctags/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/developer_cmds/ctags/Makefile b/developer_cmds/ctags/Makefile
new file mode 100644
index 0000000..eca51cd
--- /dev/null
+++ b/developer_cmds/ctags/Makefile
@@ -0,0 +1,10 @@
+PROG= ctags
+SRCS= C.c \
+ ctags.c \
+ fortran.c \
+ lisp.c \
+ print.c \
+ tree.c \
+ yacc.c
+
+.include <bsd.prog.mk>