1# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:50 deraadt Exp $ 2 3PROG= ctags 4CFLAGS+=-I${.CURDIR} 5SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c 6 7.include <bsd.prog.mk> 8