Makefile revision 41568
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	ctags
4CFLAGS+=-Wall
5CFLAGS+=-I${.CURDIR}
6SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
7
8.include <bsd.prog.mk>
9