#	$NetBSD: Makefile,v 1.7 2005/02/17 17:29:58 xtraeme Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	ctags
CPPFLAGS+=-I${.CURDIR}
SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c

WARNS=	3

.include <bsd.prog.mk>
