xref: /freebsd/usr.bin/ctags/Makefile (revision f947f58ce624b5442e24b1efa69c0ddcdf3e0ddb)
1PACKAGE= toolchain
2PROG=	ctags
3SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
4CFLAGS+=-I${.CURDIR}
5
6.include <bsd.prog.mk>
7