1PROG= ctags 2SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c 3CFLAGS+=-I${.CURDIR} 4 5.include <bsd.prog.mk> 6