1
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