summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags/Makefile
blob: 1e25bf1666a4978d9c0e412886f96e46e8057650 (plain)
1
2
3
4
5
6
7
8
9
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	ctags
SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
CFLAGS+=-I${.CURDIR}
WARNS?=	2

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud