Home | History | Annotate | Line # | Download | only in ctags
      1 #	$NetBSD: Makefile,v 1.14 2023/07/20 20:00:07 lukem Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	ctags
      5 CPPFLAGS+=-I${.CURDIR}
      6 SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
      7 
      8 .include <bsd.prog.mk>
      9