summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/gctags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/global/gctags/Makefile')
-rw-r--r--usr.bin/global/gctags/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/global/gctags/Makefile b/usr.bin/global/gctags/Makefile
new file mode 100644
index 0000000..bc0cbbf
--- /dev/null
+++ b/usr.bin/global/gctags/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= gctags
+CFLAGS+=-I${.CURDIR} -DGTAGS -DBUGFIX -DMODIFY -DYACC
+SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud