Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ctags / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/ctags/Makefile,v 1.2.6.1 2001/09/18 04:16:53 mikeh Exp $
3 # $DragonFly: src/usr.bin/ctags/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
4
5 PROG=   ctags
6 CFLAGS+=-Wall
7 CFLAGS+=-I${.CURDIR}
8 SRCS=   C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
9
10 .include <bsd.prog.mk>