KNF, ANSI C
[unix-history] / usr / src / usr.bin / ctags / Makefile
CommitLineData
ce605936 1# @(#)Makefile 8.1 (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>