first pass for new make
[unix-history] / usr / src / usr.bin / ctags / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.6 (Berkeley) %G%
51a16129 2
662ace95
KB
3PROG= ctags
4CFLAGS+=-I${.CURDIR}
5SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
d3438a68 6
662ace95 7.include <bsd.prog.mk>