freebsd-src/usr.bin/ctags/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
115 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
PROG= ctags
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
2001-12-02 13:36:14 +00:00
CFLAGS+=-I${.CURDIR}
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>