aboutsummaryrefslogtreecommitdiffstats
path: root/developer_cmds/ctags/Makefile
blob: eca51cdc3999fbcf15aff6e9a5297198ab68730c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PROG=	ctags
SRCS=	C.c \
	ctags.c \
	fortran.c \
	lisp.c \
	print.c \
	tree.c \
	yacc.c

.include <bsd.prog.mk>