xref: /netbsd/usr.bin/ctags/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.5 2002/01/31 19:26:34 tv Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	ctags
5CPPFLAGS+=-I${.CURDIR}
6SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
7
8.ifndef HOSTPROG
9.include <bsd.prog.mk>
10.endif
11